cd切换到根目录

[alias]
    st = status
    ci = commit
    br = branch
    co = checkout
    df = diff
    last = log -1
    lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
    lg2 = log -n 200 --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
    ps = push
    pl = pull
    cp = cherry-pick

git 常用命令简写git 常用命令简写git 常用命令简写

相关文章:

  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
  • 2021-10-30
  • 2021-10-19
猜你喜欢
  • 2021-06-22
  • 2021-08-21
  • 2021-09-23
  • 2021-08-04
  • 2022-12-23
  • 2021-09-18
相关资源
相似解决方案