From f29542397624a341b67a2e8cc505475e42e5a820 Mon Sep 17 00:00:00 2001 From: "Volodymyr Shcherbinin (vovin)" Date: Mon, 22 Jun 2020 09:22:42 +0300 Subject: [PATCH] Update dead link --- git/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index 59cb90c3..232efce6 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -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