-
Fork the repository: Start by forking the repository to your own GitHub account.
-
Clone the repository: Clone the forked repository to your local machine.
git clone https://github.com/Vpekdas/unity-junior-basic-gameplay-prototype-2- Create a new branch: Create a new branch for each feature or bug fix you're working on.
git checkout -b your-branch-name- Commit your changes: Commit your changes.
git commit -m "Your commit message"- Push your changes: Push your changes to your forked repository on GitHub.
git push origin your-branch-name- Create a pull request: Go to your forked repository on GitHub and create a new pull request against the master branch.