From 549b404195173ab9cff34f51224c0b0b41f6cad0 Mon Sep 17 00:00:00 2001 From: ntwo1980 Date: Mon, 24 Jul 2017 10:26:38 +0800 Subject: [PATCH] remove git gbda alias --- Cheatsheet.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 5215f86..39d6367 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -94,8 +94,6 @@ alias -g gp='| grep -i' #creates a global alias for grep | _gb_ | git branch | | _gba_ | git branch -a | | _gbd_ | git branch -d | -| _gbda_ | git branch --no-color --merged | command grep -vE "^(\\*|\\s*(master|develop|dev)\\s*$)" | command xargs -n 1 git branch -d | -| _gbr_ | git branch --remote | | _gbl_ | git blame -b -w | | _gbnm_ | git branch --no-merged | | _gbr_ | git branch --remote |