1. [alias]
  2. co = checkout
  3. ss = status
  4. cm = commit -m
  5. br = branch
  6. bm = branch -m
  7. bd = branch -D
  8. cb = checkout -b
  9. df = diff
  10. ls = log --stat
  11. lp = log -p
  12. lg = log --color --graph --pretty
  13. lo = log --color --oneline --stat

修改远程库

  1. git remote set-url origin git@gitlab.evente.cn:be/em-finance-client.git