Created
September 3, 2019 11:54
-
-
Save ayan4m1/206c677b1be0f3ff96f13d79a4423417 to your computer and use it in GitHub Desktop.
bash aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias git-recent-branches="git for-each-ref --sort=committerdate refs/heads/" | |
alias git-update-master="git fetch --all && git checkout master && git rebase upstream/master && git push origin master" | |
alias gfa="git fetch --all" | |
alias gco="git checkout" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment