Merge pull request #839 from vovinacci/update-git-snapshot-dead-link

Update git dead link
This commit is contained in:
Luiz Gonzaga dos Santos Filho
2020-06-22 16:57:34 -07:00
committed by GitHub

View File

@@ -16,7 +16,7 @@
a = add # add
chunkyadd = add --patch # stage commits chunk by chunk
# via http://blog.apiaxle.com/post/handy-git-tips-to-stop-you-getting-fired/
# via http://philjackson.github.io/2013/04/07/handy-git-tips-to-stop-you-getting-fired.html
snapshot = !git stash save "snapshot: $(date)" && git stash apply "stash@{0}"
snapshots = !git stash list --grep snapshot