Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 751 Bytes

File metadata and controls

23 lines (18 loc) · 751 Bytes
  1. Fork the repository: Start by forking the repository to your own GitHub account.

  2. Clone the repository: Clone the forked repository to your local machine.

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