We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e4c8b commit d2ba7daCopy full SHA for d2ba7da
docs/Config.md
@@ -94,7 +94,7 @@ git:
94
mainBranches: [master, main]
95
autoFetch: true
96
autoRefresh: true
97
- fetchAll: true # Set to false to fetch only origin (or the current branch's upstream remote if there is one)
+ 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)
98
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --'
99
allBranchesLogCmd: 'git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium'
100
overrideGpg: false # prevents lazygit from spawning a separate process when using GPG
0 commit comments