mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 09:55:37 +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";
|
gpd = "git push origin -d";
|
||||||
gbd = "git branch -d";
|
gbd = "git branch -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";
|
gr = "git reset";
|
||||||
grh = "git reset --hard";
|
grh = "git reset --hard";
|
||||||
gm = "git merge";
|
gm = "git merge";
|
||||||
|
Loading…
Reference in New Issue
Block a user