Skip to content

Commit

Permalink
git: checkout master fail silently
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Jan 10, 2025
1 parent 671e0d1 commit 9b05258
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 @@ -19,7 +19,7 @@
co = checkout
cp = cherry-pick
dc = diff --cached
default = !git checkout master || git checkout main
default = !git checkout master &>/dev/null || git checkout main
desc = commit --allow-empty -n
emerge = !git add -A . && git amend -n && git pushm --force-with-lease
empty = desc -n -m "empty"
Expand Down

0 comments on commit 9b05258

Please sign in to comment.