Skip to content

Commit 4560ea5

Browse files
utilities
1 parent 9f493db commit 4560ea5

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Project details
2+
3+
Branch `main` used for final submissions
4+
5+
Branch `lecture` is synced to the lecture repository for battlecode
6+
7+
`sync.bat` is used to sync with the lecture repository
8+
19
# Battlecode 2025 Scaffold
210

311
This is the Battlecode 2025 scaffold, containing starter code and useful scripts for running and compiling your bot.

sync.bat

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
git checkout lecture
3+
git fetch
4+
git pull --allow-unrelated-histories
5+
git checkout lect/main -- java
6+
echo Sync complete, continue with `git add .` and 'git commit` to add the new changes

0 commit comments

Comments
 (0)