diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-04-19 17:19:02 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-04-19 17:19:02 +0100 |
| commit | 9b10ce6fda4f4819030c1648afdc365d32e053ad (patch) | |
| tree | bd0edd4c067d054be76e3eec681638b7471f59dd /git | |
| parent | e68ba330eabfbf593b19979efc1befca94f756e3 (diff) | |
git: Add an alias for git fetch --all --prune
Diffstat (limited to 'git')
| -rw-r--r-- | git/config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ co = checkout di = diff dis = diff --staged + fa = fetch --all --prune gi = grep -i st = status |
