Skip to content

Commit

Permalink
Add more git aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Nov 4, 2024
1 parent 510abf9 commit 7d9806e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shared/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@
sw = switch
ch = checkout
chb = checkout -b
cho = checkout --ours
cht = checkout --theirs

# Merging and Rebasing
mg = merge
rb = rebase

# Stashing
stl = stash list
Expand Down

0 comments on commit 7d9806e

Please sign in to comment.