forked from mirrors_public/oddlama_nix-config
chore: add new git aliases
This commit is contained in:
parent
35309bb193
commit
e30f2a1c38
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@
|
||||||
gca = "git commit -v -S --amend";
|
gca = "git commit -v -S --amend";
|
||||||
gcl = "git clone";
|
gcl = "git clone";
|
||||||
gcr = "git commit-reuse-message -v -S";
|
gcr = "git commit-reuse-message -v -S";
|
||||||
|
gp = "git push";
|
||||||
|
gpf = "git push --force";
|
||||||
gs = "git s";
|
gs = "git s";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue