Merge pull request #64 from unixorn/master

Add "Other Resources" section
This commit is contained in:
Richard Littauer 2015-05-20 00:45:32 +07:00
commit efb1619f25
1 changed files with 14 additions and 3 deletions

View File

@ -644,3 +644,14 @@ git push <remote> :refs/tags/<tag_name>
If someone has sent you a pull request on GitHub, but then deleted their original fork, you will be unable to clone their commits or to use `git am`. In such cases, it is best to manually look at their commits and copy them into a new branch on your local. Then, commit.
After commiting, change the author of the previous commit. To do this, see how to [change author](#commit-wrong-author). Then, apply whatever changes needed on to, and make a new pull request.
# Other resources
## Tutorials
* [git-workflow](https://github.com/asmeurer/git-workflow) - [Aaron Meurer](https://github.com/asmeurer)'s howto on using git to contribute to open source repositories
## Scripts & Tools
* [git-extra-commands](https://github.com/unixorn/git-extra-commands) - a collection of useful extra git scripts
* [Source Tree](https://www.sourcetreeapp.com/) - a free graphical git client for Windows and OS X