Skip to content

Commit f2d2601

Browse files
authored
No auto-branch
1 parent 5d984df commit f2d2601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/solve_day.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ enter_day() {
6060
files+=("part2.${arg_lang}")
6161
fi
6262

63-
git switch -c "$year/$day" # This could cause issues, let's see.......
63+
# git switch -c "$year/$day" # This could cause issues. Yup it did, let's not do!
6464
aoc_create_enter "$year" "$day"
6565

6666
touch "${files[@]}"

0 commit comments

Comments
 (0)