- Download Git via the Installer or via CLI. Link
- Open the folder to place your Local Repository in (D:\VulkanProjects).
- Clone the repository. Must set up credentials first. Link
https://github.com/CG-Lab-NUM/PhysicsSimulator.git
- main - Release Branch
- {name} - Replace this with the name of your branch
- {comment} - Replace with comment for commit.
git checkout {name}
git pull origin main
git add .
git commit -m "{comment}"
git push origin {name}