Skip to content

Commit d2ba7da

Browse files
committed
fixup! Add --all to "git fetch" command when not fetching a specific remote
1 parent 97e4c8b commit d2ba7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ git:
9494
mainBranches: [master, main]
9595
autoFetch: true
9696
autoRefresh: true
97-
fetchAll: true # Set to false to fetch only origin (or the current branch's upstream remote if there is one)
97+
fetchAll: true # Pass --all flag when running git fetch. Set to false to fetch only origin (or the current branch's upstream remote if there is one)
9898
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --'
9999
allBranchesLogCmd: 'git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium'
100100
overrideGpg: false # prevents lazygit from spawning a separate process when using GPG

0 commit comments

Comments
 (0)