Skip to content

Commit

Permalink
refactor: improve git branch alias
Browse files Browse the repository at this point in the history
Signed-off-by: Vladyslav Dukhin <[email protected]>
  • Loading branch information
primeare committed Dec 11, 2024
1 parent 6f97b2a commit 29e4697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
# ex. (git co main, git co -b feature, git co -)
co = checkout
# ex. (git b)
b = branch --all
b = branch -vv
# pull without rebase
pu = pull --no-rebase --ff --signoff
# pushes changes to the remote branch of the same name
Expand Down

0 comments on commit 29e4697

Please sign in to comment.