Skip to content

Instantly share code, notes, and snippets.

@guilhermeabell
Last active January 18, 2024 14:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilhermeabell/c5a62e3d71578017021a4bca4a0b8d8e to your computer and use it in GitHub Desktop.
Save guilhermeabell/c5a62e3d71578017021a4bca4a0b8d8e to your computer and use it in GitHub Desktop.
BranchStash
[alias]
branchstash = "!f() { git stash save \"Stash $(git rev-parse --abbrev-ref HEAD): $1\"; }; f"
# run git branchstash "my changes in the branch"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment