Skip to content

Commit 79b9681

Browse files
authored
Merge pull request #39 from lukasgierth/master
feat: '--tags' support for `pull` command in auto mode
2 parents 2d22edc + e4327b9 commit 79b9681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.d/gitnow.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function pull -d "Gitnow: Pull changes from remote server but stashing uncommitt
131131

132132
echo "⚡️ Pulling changes..."
133133

134-
set -l xdefaults --rebase --autostash
134+
set -l xdefaults --rebase --autostash --tags
135135

136136
if test $len -gt 2
137137
set xcmd $argv

0 commit comments

Comments
 (0)