Skip to content

CG-Lab-NUM/PhysicsSimulator

Repository files navigation

PhysicsSimulator

Cloning the Repository

  1. Download Git via the Installer or via CLI. Link
  2. Open the folder to place your Local Repository in (D:\VulkanProjects).
  3. Clone the repository. Must set up credentials first. Link
https://github.com/CG-Lab-NUM/PhysicsSimulator.git

Branches

  • 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}