Aaron Chou 雜記
搜尋此網誌
網頁
首頁
2013年10月21日 星期一
The authenticity of host can't be established issue
when using ssh connect to 192.168.0.xxx would meet this issue:
ssh -o StrictHostKeyChecking=no 192.168.0.xxx
2013年10月19日 星期六
git commit 常用指令
修正 commit 過的版本歷史紀錄 :
http://ithelp.ithome.com.tw/question/10138791
* git reset --hard "HEAD^"
* git reset --soft "HEAD^"
* git reset --hard ORIG_HEAD
* git commit --amend
設定 .gitignore 忽略清單:
http://ithelp.ithome.com.tw/question/10138831
較新的文章
較舊的文章
首頁
訂閱:
意見 (Atom)