Edit aliases
This commit is contained in:
parent
bbbf23b3b0
commit
1b41b58e68
@ -70,9 +70,9 @@ in {
|
|||||||
note = "notes";
|
note = "notes";
|
||||||
|
|
||||||
# git
|
# git
|
||||||
|
g = "lazygit";
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
gcm = "git commit -m";
|
|
||||||
gcu = "git add . && git commit -m 'Update'";
|
gcu = "git add . && git commit -m 'Update'";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gpl = "git pull";
|
gpl = "git pull";
|
||||||
@ -83,7 +83,7 @@ in {
|
|||||||
gbr = "git branch";
|
gbr = "git branch";
|
||||||
|
|
||||||
gaa = "git add .";
|
gaa = "git add .";
|
||||||
gcc = "git commit -m";
|
gcm = "git commit -m";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user