feat(git): add git root and gcd aliases

This commit is contained in:
Infinidoge 2022-04-15 17:43:11 -04:00
parent 5c194056c5
commit bbb161cac1

View file

@ -41,6 +41,8 @@
bdm = "!git branch --merged | grep -v '*' | xargs -n 1 git branch -d";
crypt = "!git-crypt";
root = "rev-parse --show-toplevel";
};
};
}