Skip to content

Instantly share code, notes, and snippets.

@Daenks
Created September 21, 2015 16:05
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 Daenks/07daa7fdc9540dcbb93f to your computer and use it in GitHub Desktop.
Save Daenks/07daa7fdc9540dcbb93f to your computer and use it in GitHub Desktop.
meridian59-dotnet repo setup
git clone https://github.com/OpenMeridian/meridian59-dotnet Meridian59-dotnet
cd Meridian59-dotnet
git pull && git submodule init && git submodule update && git submodule status
cd Engine
git remote add upstream https://github.com/cyberjunk/meridian59-engine.git
cd ..\Resources
git remote add upstream https://github.com/cyberjunk/meridian59-resources.git
cd ..
git remote add upstream https://github.com/cyberjunk/meridian59-dotnet.git
git pull upstream master
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment