Skip to content

Commit

Permalink
git: update pushm
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Dec 30, 2024
1 parent 365c302 commit 3797b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
nb = switch --create
nbt = !git nb "thiagowfx/$(shuf -n1 /usr/share/dict/words | tr '[:upper:]' '[:lower:]')"
pullm = !git pull $(git remote | head -1) $(git branch --show-current):$(git branch --show-current)
pushm = !git push $(git remote | head -1) $(git branch --show-current):$(git branch --show-current)
pushm = !git push $(git remote | head -1) $(git symbolic-ref --short HEAD) -u
rb = branch -m
rbi = rebase -i HEAD~10
rc = rebase --continue
Expand Down

0 comments on commit 3797b2b

Please sign in to comment.