Using GitHub - PygameProjects/battleship GitHub Wiki
Forking the Repo
- Fork repository from page on the GitHub website
- Clone your fork from your GitHub client
- From the Git shell: git remote add upstream git://github.com/maurib3/Pyproject.git
- From the Git shell: git fetch upstream
Issuing a Pull Request
- Go to your fork on the GitHub website
- On the Code tab select the Branch you want pulled
- Press the Pull Request button
Pushing commits to the Repo
- From the Git shell: git commit -a -m "Fix #1 adding buttons"
- From the Git shell: git push origin
- NOTE: Adding the text "Fix #1" automatically closes Issue #1, use "#1" to only attach a comment to Issue #1