From 63bc8e47aeda2f81a317fa56df97e6b04bf6284b Mon Sep 17 00:00:00 2001 From: Matthew Turland Date: Thu, 5 Nov 2015 13:56:10 -0600 Subject: [PATCH] Add gfa git alias --- Cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index 7048838..997691d 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -88,6 +88,7 @@ See `~/.oh-my-zsh/lib/directories.zsh` | _gdca_ | git diff --cached | | _gdt_ | git diff-tree --no-commit-id --name-only -r | | _gdt_ | git difftool | +| _gfa_ | git fetch --all --prune | | _gg_ | git gui citool | | _gga_ | git gui citool --amend | | _ggpnp_ | git pull origin $(current_branch) && git push origin $(current_branch) |