終端make命令和Git學習


  • 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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM