2013年10月25日 星期五

Git實際操作指令



  • git reset --hard HEAD~1  # 這將會回到上一個commit時的狀態,注意檔案也會re-update回、                                              去喔!小心使用  可搭配git commit log 來看看現在commit的狀                                                態,再還沒push之前都可以改commit!!



  • 建立新的branch 並切換到新的branch:
           #git branch test_new_branch
           #git checkout test_new_branch


  • 利用commit ID number 來回到某一次 log的狀態:
           #git reset "commit ID number"  
           (這裡注意其實只要比對前六個他就能夠批配到了, 不用一長串的全打.)







沒有留言:

張貼留言