Skip to content

Commit

Permalink
feat(git): update git config
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftgeist committed Aug 27, 2024
1 parent 9e546db commit 21f6ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
pls = pull --autostash
pu = push
puf = push --force-with-lease
push-up = !git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)
pushf = push --force-with-lease
reset-hardest = !git reset --hard origin/$(git rev-parse --abbrev-ref HEAD) && git clean -f -q .
reset-base-dev = !git reset --soft $(git merge-base dev HEAD)
reset-hardest = !git reset --hard origin/$(git rev-parse --abbrev-ref HEAD) && git clean -f -q .
rice = !git --git-dir=$HOME/code/horiceon --work-tree=$HOME
st = status
up = !git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)

[pull]
rebase = true
Expand Down

0 comments on commit 21f6ea1

Please sign in to comment.