Skip to content

Instantly share code, notes, and snippets.

@sk22
Created December 25, 2018 22:12
Show Gist options
  • Save sk22/279e00dec28c69f37ca08654136d591b to your computer and use it in GitHub Desktop.
Save sk22/279e00dec28c69f37ca08654136d591b to your computer and use it in GitHub Desktop.
Concept for a Git-like versioning system for Minecraft
/git area set kitchen 0 0 0 100 100 100
/git checkout -b feature/interior
/git add kitchen
/git commit -m "Add bench"
/git add ~ ~ ~ ~2 ~2 ~2
/git commit -m "Add chair"
/git checkout develop
/git pull-request feature/interior
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment