git: alias "pul" to "pull"
This commit is contained in:
@@ -48,6 +48,7 @@ in
|
||||
alias.d = "difftool";
|
||||
alias.dif = "diff"; # common typo
|
||||
alias.difsum = "diff --compact-summary"; #< show only the list of files which changed, not contents
|
||||
alias.pul = "pull"; # common typo
|
||||
alias.rb = "rebase";
|
||||
alias.reset-head = "reset --hard HEAD";
|
||||
alias.st = "status";
|
||||
|
Reference in New Issue
Block a user