Clean up some aliases/vim stuff
This commit is contained in:
@@ -98,6 +98,7 @@ alias gr='git reset'
|
||||
alias grbm='git rebase master'
|
||||
alias grc='git rebase --continue'
|
||||
alias gre='git remote'
|
||||
alias grev='git remote -v'
|
||||
alias grm='git rm'
|
||||
alias gsnapshot='git stash save "snapshot: $(date)" && git stash apply "stash@{0}"'
|
||||
alias gst='git status'
|
||||
|
||||
Reference in New Issue
Block a user