mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 02:55:38 +00:00
add git abbreviation for deleting branches
This commit is contained in:
parent
7e3ab279af
commit
e91d6665fb
@ -113,7 +113,11 @@ in
|
||||
gpd = "git push origin -d";
|
||||
gbd = "git branch -d";
|
||||
gbD = "git branch -D";
|
||||
gdd = "git-delete-both";
|
||||
gdd = {
|
||||
position = "anywhere";
|
||||
setCursor = true;
|
||||
expansion = "BRANCH=% git push origin -d $BRANCH and git branch -d $BRANCH";
|
||||
};
|
||||
gr = "git reset";
|
||||
grh = "git reset --hard";
|
||||
gm = "git merge";
|
||||
|
Loading…
Reference in New Issue
Block a user