Skip to content

Commit

Permalink
add alias for git branch
Browse files Browse the repository at this point in the history
  • Loading branch information
willdeberry committed Feb 17, 2021
1 parent c553aeb commit 830a2d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ _xfunc git __git_complete gl _git_pull
alias gp='git push'
alias gpt='git push --tags'
alias gl='git pull'
alias gb='git branch'
alias vim='vim -p'
alias update='sudo apt update && sudo apt dist-upgrade && sudo apt autoremove'
alias clean='rm -f *.xz *.deb *.dsc *.changes *.build *.gz'
Expand Down

0 comments on commit 830a2d5

Please sign in to comment.