mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 12:49:56 -06:00
add alias to jump to main branch
This commit is contained in:
@@ -19,6 +19,7 @@ alias gpull='git pull --ff-only'
|
||||
alias gpush='git push'
|
||||
alias gpush!='git push -u origin `git rev-parse --abbrev-ref HEAD`'
|
||||
alias master!='git checkout master'
|
||||
alias main!='git checkout main'
|
||||
alias merged?='git branch --merged'
|
||||
|
||||
__git_complete ga _git_add
|
||||
|
||||
Reference in New Issue
Block a user