rename aliases
This commit is contained in:
@@ -6,8 +6,9 @@
|
|||||||
ga = "git add .";
|
ga = "git add .";
|
||||||
gc = "git commit -am";
|
gc = "git commit -am";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
|
gpl = "git pull";
|
||||||
gpr = "git pull --rebase";
|
gpr = "git pull --rebase";
|
||||||
gl = "git pull";
|
gl = "git log";
|
||||||
};
|
};
|
||||||
|
|
||||||
functions = {
|
functions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user