summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-03-01 09:09:35 +0100
committerStefan Haller <stefan@haller-berlin.de>2023-06-01 10:13:14 +0200
commit31a2ea1f19184a10239d8c02314d46321a0e0ae3 (patch)
tree08371c01bea1cb2a795683ddd18feb196dc8d6af /docs
parent697157f5d57ef674eca2d2ee5236d6f2736b2f61 (diff)
Add --all to "git fetch" command when not fetching a specific remote
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 7424dd222..052d65957 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -94,6 +94,7 @@ git:
mainBranches: [master, main]
autoFetch: true
autoRefresh: true
+ 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)
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --'
allBranchesLogCmd: 'git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium'
overrideGpg: false # prevents lazygit from spawning a separate process when using GPG