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 3e93f2c commit c1c7cdbCopy full SHA for c1c7cdb
gitalias.txt
@@ -1095,6 +1095,9 @@
1095
#
1096
clone-lean = clone --depth 1 --filter=combine:blob:none+tree:0 --no-checkout
1097
1098
+ # Save the current branch (for example, prior a rebase)
1099
+ backup-branch = !"git branch backup/$(date +%F/%H-%M-%S)"
1100
+
1101
# Stash snapshot - from http://blog.apiaxle.com/post/handy-git-tips-to-stop-you-getting-fired/
1102
# Take a snapshot of your current working tree without removing changes.
1103
# This is handy for refactoring where you can't quite fit what you've done
0 commit comments