summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-04-19 17:19:02 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2021-04-19 17:19:02 +0100
commit9b10ce6fda4f4819030c1648afdc365d32e053ad (patch)
treebd0edd4c067d054be76e3eec681638b7471f59dd /git
parente68ba330eabfbf593b19979efc1befca94f756e3 (diff)
git: Add an alias for git fetch --all --prune
Diffstat (limited to 'git')
-rw-r--r--git/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/config b/git/config
index 4b950fb..861d0b0 100644
--- a/git/config
+++ b/git/config
@@ -3,6 +3,7 @@
co = checkout
di = diff
dis = diff --staged
+ fa = fetch --all --prune
gi = grep -i
st = status