Skip to content

Instantly share code, notes, and snippets.

@ryanorsinger
Created May 10, 2019 05:46
Show Gist options
  • Save ryanorsinger/e1ee39b4977ce0647e546f4588b10d4b to your computer and use it in GitHub Desktop.
Save ryanorsinger/e1ee39b4977ce0647e546f4588b10d4b to your computer and use it in GitHub Desktop.
.bash aliases and helpers
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