updated git aliases
This commit is contained in:
parent
b60929a85c
commit
242e6c34f7
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
ga = "git add -A";
|
ga = "git add -A";
|
||||||
gc = "git commit -am ";
|
gc = "git commit -m ";
|
||||||
|
gca = "git add -A && git commit -am ";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gpl = "git pull --recurse-submodules";
|
gpl = "git pull --recurse-submodules";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue