Skip to content

Commit

Permalink
git: convert newb to use switch
Browse files Browse the repository at this point in the history
I may need to do something about co, though, since that force of habit
has proven hard to kill.
  • Loading branch information
benknoble committed Jan 28, 2025
1 parent 8920b74 commit 959a999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion links/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
merc = merge --no-ff
merf = merge --ff-only
name-when-merged = "!f() { git when-merged -c \"$@\" | git name-rev --stdin;}; f"
newb = checkout -b
newb = switch -c
patch = add --patch
pf = push --force-with-lease
r = rebase
Expand Down

0 comments on commit 959a999

Please sign in to comment.