feat(git): add pushf alias for force pushing with style and respect 😎
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
aliases = {
|
||||
co = "checkout";
|
||||
pushf = "push --force-with-lease --force-if-includes";
|
||||
mr = "!sh -c 'git fetch $1 merge-requests/$2/head:mr-$1-$2 && git checkout mr-$1-$2' -";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user