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 0b8bb50 commit c21cea2Copy full SHA for c21cea2
git-snapshot
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+if [[ $@ ]]; then
4
+ note=" - $@"
5
+fi
6
7
+$(git stash create -u "snapshot: $(date "+%Y-%m-%d %H:%M:%S") $note")
0 commit comments