Skip to content

Commit

Permalink
dorothy: suppress unnecessary git checkout feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Feb 25, 2024
1 parent d9818a8 commit f9c8377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/dorothy
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ function dorothy_() (
if test -n "$option_reference"; then
(
cd "$DOROTHY"
git checkout "$option_reference"
git checkout --quiet "$option_reference" # --quiet to suppress "detached HEAD" feedback
)
fi
}
Expand Down

0 comments on commit f9c8377

Please sign in to comment.