Skip to content

Instantly share code, notes, and snippets.

@markknol
Created January 25, 2018 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markknol/d733ff9a00c0bdbd4b73cc57fa351a83 to your computer and use it in GitHub Desktop.
Save markknol/d733ff9a00c0bdbd4b73cc57fa351a83 to your computer and use it in GitHub Desktop.
Haxe.org git commands

Update Haxe Manual submodule

cd manual && git checkout master && git pull && cd .. && git commit -am "update manual"

Put from staging to master

git checkout master && git pull && git pull origin staging --rebase && git push && git checkout staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment