diff options
author | typebrook <typebrook@gmail.com> | 2019-04-30 14:31:42 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-30 14:31:42 +0800 |
commit | e5d6e2a838e09d9b2a52c31c11418f8ce9d11c78 (patch) | |
tree | a3c4096b267dad026876b6d8f0007eab37bcd115 | |
parent | 3532b6c52c804da0c322e6b53482098a739d1df0 (diff) |
update
-rw-r--r-- | alias | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -67,7 +67,6 @@ alias commit='git commit' | |||
67 | alias ca='git commit --amend' | 67 | alias ca='git commit --amend' |
68 | alias branch='git branch' | 68 | alias branch='git branch' |
69 | alias pull='git pull' | 69 | alias pull='git pull' |
70 | alias fetch='git fetch' | ||
71 | alias merge='git merge' | 70 | alias merge='git merge' |
72 | alias push='git push' | 71 | alias push='git push' |
73 | alias remote='git remote -v' | 72 | alias remote='git remote -v' |