Skip to content

Instantly share code, notes, and snippets.

@RoboMWM
Last active January 16, 2021 00:39
Show Gist options
  • Save RoboMWM/82f9a5ee50ee79b961034dcebd0a41b2 to your computer and use it in GitHub Desktop.
Save RoboMWM/82f9a5ee50ee79b961034dcebd0a41b2 to your computer and use it in GitHub Desktop.
How to merge upstream
# With Tuinity
# Fetch Paper upstream
./tunity up up
# Fetch Tuinity
./tuinity up
# Apply Tuinity patches on top of Paper (or is it Tuinity and Paper on top of CB?)
./tuinity patch
# build jar
./tuinity build
# rebuild patches so the diff looks good (not needed if not publishing)
./tuinity rb
# Commit
scripts/upstreamCommit.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment