Update dead link

This commit is contained in:
Volodymyr Shcherbinin (vovin)
2020-06-22 09:22:42 +03:00
parent ab8b1c5d2d
commit f295423976

View File

@@ -16,7 +16,7 @@
a = add # add a = add # add
chunkyadd = add --patch # stage commits chunk by chunk 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}" snapshot = !git stash save "snapshot: $(date)" && git stash apply "stash@{0}"
snapshots = !git stash list --grep snapshot snapshots = !git stash list --grep snapshot