Last active
January 18, 2024 14:48
-
-
Save guilhermeabell/c5a62e3d71578017021a4bca4a0b8d8e to your computer and use it in GitHub Desktop.
BranchStash
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] | |
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