From 4cdaf1410bba30be19429fbd185614b7db1cd1ef Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 6 Feb 2018 02:01:12 +0100 Subject: git: Add fe alias for fetch --all --prune MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- git/config | 1 + 1 file changed, 1 insertion(+) (limited to 'git') diff --git a/git/config b/git/config index 31e5161..ee10020 100644 --- a/git/config +++ b/git/config @@ -8,6 +8,7 @@ br = branch ci = commit --signoff co = checkout + fe = fetch --all --prune empty = !git init && git commit --allow-empty -m \"Initial commit\" follow = log --oneline --follow --stat --summary -- last = log -1 HEAD -- cgit v1.2.3-54-g00ecf