diff options
| author | Anton Bobov <anton@bobov.name> | 2023-07-27 15:53:03 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-07-27 15:53:16 +0500 |
| commit | 3f532c7393edea16117b14b20c63cd128480d4bf (patch) | |
| tree | c0800ee93ba56855a9ca127e74c6b8c5344d5347 /files/.gitconfig | |
| parent | 82ef876be9b347e7b2182e4ed84188c806150e7d (diff) | |
mpv: changed MPV config location
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index fdc8508..f909864 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -77,6 +77,7 @@ ri = rebase --interactive rc = rebase --continue ra = rebase --abort + prebase = rebase -x 'pre-commit run --from-ref HEAD~ --to-ref HEAD' # Gitlab merge requests helpers mr = !sh -c 'git fetch $1 merge-requests/$2/head:mr-$1-$2 && git checkout mr-$1-$2' - |
