diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:54:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:54:21 +0000 |
commit | 09013403295e917df56a6a1e110d996a737b573e (patch) | |
tree | 06f413ba3fd2ac95c0c9318d07c4652229d0dc8b /debian/local/gitconfig | |
parent | Setting pull.rebase to true. (diff) | |
download | git-09013403295e917df56a6a1e110d996a737b573e.tar.xz git-09013403295e917df56a6a1e110d996a737b573e.zip |
Setting push.followTags to true.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/gitconfig')
-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 |