Skip to content

DhruvRelwani/GamesmanGames

 
 

Repository files navigation

GamesmanGames

Developing seperate branch:

  1. Clone repository

  2. Create new branch to work on

    • git branch your-branch
    • git checkout your-branch
  3. To push changes to your branch

    • git push origin your-branch
  4. To pull changes from master branch

    • git checkout your-branch
    • git fetch origin
    • git merge origin/master
    • solve any merge conflicts
    • git push origin your-branch
  5. Add your changes to master

    • submit pull request on github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published