Created
May 10, 2019 05:46
-
-
Save ryanorsinger/e1ee39b4977ce0647e546f4588b10d4b to your computer and use it in GitHub Desktop.
.bash aliases and helpers
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
function pullall() { | |
git branch -a | grep -v master | sed 's. remotes/origin/..' | xargs -L 1 git checkout | |
} | |
alias ls="ls -lha" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment