Skip to content

Instantly share code, notes, and snippets.

@knatten
Created September 18, 2014 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knatten/9a7710310c5b8e1948e8 to your computer and use it in GitHub Desktop.
Save knatten/9a7710310c5b8e1948e8 to your computer and use it in GitHub Desktop.
alias pushb="GIT_BRANCH_STACK=\"\$(git rev-parse --abbrev-ref HEAD);\"\$GIT_BRANCH_STACK && git checkout"
alias popb="git checkout \$(echo \$GIT_BRANCH_STACK | tr \";\" \"\n\" | head -1);GIT_BRANCH_STACK=\$(echo \$GIT_BRANCH_STACK|sed 's/[^;]*;//')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment