diff options
author | mail_redacted_for_web | 2025-03-15 04:49:26 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2025-03-15 04:49:26 +0100 |
commit | 001b9cb2ccc045549ddcef8f08ad436582185fb6 (patch) | |
tree | a3d1506fc5a87f339c397ee5bded014af39cc7ee /.gitconfig | |
parent | 653bc8946e1a8ce660a5bdeeac177b72023fef9d (diff) | |
download | dotfiles-001b9cb2ccc045549ddcef8f08ad436582185fb6.tar.bz2 |
New aliases
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ sls = "!git shortlog -s | cut -f1 | spark" gl-mr = "!sh -c 'git fetch $1 merge-requests/$2/head:mr-$1-$2 && git checkout mr-$1-$2' -" cps = cherry-pick -S + force = push --force-with-lease + pf = push --force-with-lease [push] default = simple [pretty] |