2013年10月15日 星期二

Git基本指令

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

沒有留言:

張貼留言