Add git aliases
This commit is contained in:
parent
ff86acc8c8
commit
4b6814ae28
@ -81,6 +81,9 @@ in {
|
||||
gco = "git checkout";
|
||||
gcb = "git checkout -b";
|
||||
gbr = "git branch";
|
||||
|
||||
gaa = "git add .";
|
||||
gcc = "git commit -m";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user