We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bc0c4 commit 7dabc91Copy full SHA for 7dabc91
gitalias.txt
@@ -1103,6 +1103,9 @@
1103
#
1104
clone-lean = clone --depth 1 --filter=combine:blob:none+tree:0 --no-checkout
1105
1106
+ # Save the current branch (for example, prior a rebase)
1107
+ backup-branch = !"git branch backup/$(date +%F/%H-%M-%S)"
1108
+
1109
# Stash snapshot - from http://blog.apiaxle.com/post/handy-git-tips-to-stop-you-getting-fired/
1110
# Take a snapshot of your current working tree without removing changes.
1111
# This is handy for refactoring where you can't quite fit what you've done
0 commit comments