diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-24 01:59:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-24 01:59:00 +0300 |
commit | a28391869168abefce746c6d61cc81b9df9a7f93 (patch) | |
tree | 7de7b3d2589184fe40baf091b885c4d236c7eb80 /.gitconfig | |
parent | .gitconfig: add alias.{clean-ignored,clean-all} (diff) | |
download | linux-home-a28391869168abefce746c6d61cc81b9df9a7f93.tar.gz linux-home-a28391869168abefce746c6d61cc81b9df9a7f93.zip |
.gitconfig: fetch.prune = true
Diffstat (limited to '')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,3 +24,5 @@ [alias] clean-ignored = clean -fdX clean-all = clean -fdx +[fetch] + prune = true |