Repository for the tools used in OGrEE.
git clone https://<token>github.com/ditrit/OGrEE-Tools.git
Axel
git checkout -b dev-FBX
Hervé
git checkout -b dev-domain
Vincent
git checkout -b dev-label
Run the following commands:
git add .
git commit -m "Your commit message"
Then you need to push on the right remote branch:
git push https://<token>@github.com/<repo>
You can also use the graphical interface of VS Code or any editor.
You need to specify the remote branch you want to push on:
Axel
git push --set-upstream origin dev-FBX
Hervé
git push --set-upstream origin dev-domain
Vincent
git push --set-upstream origin dev-label
Then login with the pop-up window to finalize the push:
If you have any issue, please follow the instructions on the following URL : https://unityatscale.com/unity-version-control-guide/how-to-setup-unity-project-on-github/
First click on the "X branches" button:
Then click on "new pull request":
You can then compare and merge the dev branch into the main one: