Skip to content

Commit

Permalink
Specify capital B on checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSmugleaf committed Sep 28, 2023
1 parent 8ad2569 commit 6fdfb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/en/robust-toolbox/publishing-robusttoolbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ These instructions are a step-by-step guide for engine maintainers to follow.

1. Open a terminal in the RobustToolbox directory (`cd RobustToolbox` if you are in the space-station-14 directory)
2. Fetch latest master (`git fetch https://github.com/space-wizards/RobustToolbox.git`)
3. Checkout the remote master branch (`git checkout -B master upstream/master`)
3. Checkout the remote master branch (`git checkout -B master upstream/master`, WITH capital 'B' to overwrite master)
- This step will overwrite your local `master` branch with the remote one.
4. Run version.py (`python ./Tools/version.py 0.1.0`, where 0.1.0 is the version number you want, WITHOUT 'v')
- If you use `py` instead on Windows it might not work due to the python microsoft store alias.
Expand Down

0 comments on commit 6fdfb32

Please sign in to comment.