feat(git): add git root and gcd aliases
This commit is contained in:
parent
5c194056c5
commit
bbb161cac1
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@
|
||||||
bdm = "!git branch --merged | grep -v '*' | xargs -n 1 git branch -d";
|
bdm = "!git branch --merged | grep -v '*' | xargs -n 1 git branch -d";
|
||||||
|
|
||||||
crypt = "!git-crypt";
|
crypt = "!git-crypt";
|
||||||
|
|
||||||
|
root = "rev-parse --show-toplevel";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue