2012年9月18日 星期二

git 介紹、指令(含 branch merge)─寫給大家的 Git 教學


http://www.slideshare.net/littlebtc/git-5528339

git pull origin

http://littleb.tc/slides/2012/everyone/git.html

「現狀紀錄」稱之為 Commit

  • git fetch:將 Remote 更新到最新的版本。
  • git pull:進行 Fetch 後,將 Remote Branch 的變動合併進本機的 Branch
  • git push:將本機的 Branch 變動合併到 Remote Branch。

沒有留言:

張貼留言