git command簡介

.gitignore

復原已被更動的檔案

  $ git checkout -- filename

取消追蹤遠端分支

  $ git branch -d -r origin/<remote branch name>