diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-07-19 02:58:23 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-07-19 02:58:23 +0200 |
commit | 110d6b7e0b42903c19de271cf49deb1458ceea5d (patch) | |
tree | d9b08281221f04c07410dd715b95976e58764fa0 | |
parent | 3ddb6fa4857a58a7a496d939520269cd565418f6 (diff) | |
download | dotfiles-110d6b7e0b42903c19de271cf49deb1458ceea5d.tar.xz |
git: enable core.followTags
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | git/config | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -131,3 +131,5 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[push] + followTags = true |