diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:18:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:18:57 +0000 |
commit | a5995276c41eeacd8cf5d163750f897a94bf88b7 (patch) | |
tree | e5cb23319a48031b325817bec815d70b3982cf36 | |
parent | Setting pull.rebase to true. (diff) | |
download | git-a5995276c41eeacd8cf5d163750f897a94bf88b7.tar.xz git-a5995276c41eeacd8cf5d163750f897a94bf88b7.zip |
Setting push.followTags to true.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 |