- make
- make -B(both changed and unchanged files)/-d(describe)/-C(changeDir)/-f(file which renamed)
- git config --system(/etc/gitconfig);git config --global(~/.gitconfig);git config(.git/config)
- git init(initialization)/git clone
- git commit -v(take in all changed part in comment mode)
- git rm(remove file from the git repository) -cached(only remove what's cached)[\是git自己的文件模式擴展匹配方式用法,遞歸]
- git mv/git log -p() -stat(just states) -pretty=format(定制格式) --since --until --author --n --before --after --grep(提交說明中的關鍵字) --committer --no-merges(未合並) -- Dir/(only after the pointed Dir)
- git add暫存git reset HEAD取消暫存
- git remote add [shortname] [url]
- git tag
- git branch -b=git branch&git checkout
- git merge-->>git rebase