Git 笔记

git

  • config
    • -l
  • init
  • status
  • branch
    • <branch-name>
    • -d <branch-name>
  • add
    • <file-name>
    • .
  • commit
    • -m ""
  • remote
    • -v
    • add <origin> <git-url>
    • rm <origin>
  • push
    • <origin> <branch-name>
原文地址:https://www.cnblogs.com/tofengz/p/15252855.html