tidoy few other things

This commit is contained in:
Anish Lakhwara
2022-12-18 00:10:53 +10:00
parent 115e66633a
commit abdc275d86
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -53,6 +53,7 @@
extraConfig = {
pull.rebase = false;
push.autoSetupRemote = true;
init.defaultBranch = "main";
};
@@ -63,7 +64,6 @@
f = "fetch -p";
c = "commit -v";
p = "push";
# po = "push -u origin "; TODO push current branch to main
ba = "branch -a";
bd = "branch -d";
bD = "branch -D";