diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:10:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:11:12 +0000 |
commit | a35319943089167a3f627a9cdb911124212e8cf1 (patch) | |
tree | 1d50f389a17d1b0a789d226df57a13b0ceae2011 | |
parent | Setting pull.rebase to true. (diff) | |
download | git-a35319943089167a3f627a9cdb911124212e8cf1.tar.xz git-a35319943089167a3f627a9cdb911124212e8cf1.zip |
Setting push.followTags to true.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/local/gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/gitconfig b/debian/local/gitconfig index cd42c55..a8fb90f 100644 --- a/debian/local/gitconfig +++ b/debian/local/gitconfig @@ -30,3 +30,6 @@ [pull] rebase = true + +[push] + followTags = true |