diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-01-25 19:38:53 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-01-25 19:38:53 +0900 |
| commit | 518370a389ba50aab44fe15d36f3b959476b0946 (patch) | |
| tree | 53a497c3daab4f3dca33b449717008e5a2d69ff5 | |
| parent | afae9866720a681c3ddb73f3e838805b2a4bbbbe (diff) | |
| download | dotfiles-518370a389ba50aab44fe15d36f3b959476b0946.tar.gz dotfiles-518370a389ba50aab44fe15d36f3b959476b0946.tar.zst dotfiles-518370a389ba50aab44fe15d36f3b959476b0946.zip | |
git: add "rep" alias
| -rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 4d597e3..ab4642f 100644 --- a/.config/git/config +++ b/.config/git/config @@ -116,6 +116,7 @@ ri = rebase -i rid = rebase -i develop rc = "!GIT_EDITOR=true git rebase --continue" + rep = restore -p m = "!__fn() { \ if [[ \"$1\" == --abort ]]; then \ git merge --abort; \ |
