- 基本指令
- git init # 非常重要!! 有時候清除不小新加入的也可以重用這個!!
- git remote –s
- git remote –v
- git status
- git add kernel.c
- git commit –m “this function is very simple” #add commit string on GitHub
- git push origin master
- git remote add origin2 http://.............
- git push force (強制串改commit 紀錄)
- git stash
Refer to :
Git 初學筆記 - 實作測試:
Jserv class:
沒有留言:
張貼留言