Updating Source Code Management section

This commit is contained in:
Virendra Singh Bhalothia
2016-01-29 10:45:21 +00:00
parent 453bf904fb
commit 2d30f3705c

View File

@@ -33,13 +33,14 @@
## Source Code Management
* https://guides.github.com/activities/contributing-to-open-source/
* https://www.atlassian.com/git/tutorials/comparing-workflows/
* https://vimeo.com/channels/githubguides
* http://semver.org/ - versioning basics
* http://stackoverflow.com/questions/3611256/forking-vs-branching-in-github
* http://stackoverflow.com/questions/19333088/how-is-svn-v-1-8-branching-merging-compared-to-git
* https://julien.danjou.info/blog/2013/rant-about-github-pull-request-workflow-implementation - Git Pull-Request Vs Gerrit
- [ ] [Gitignore exmpales - Ignoring what shouldn't go inside your codebase](https://github.com/github/gitignore)
- [ ] [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/)
- [ ] [Useful Git Workflows - Comparison as well](https://www.atlassian.com/git/tutorials/comparing-workflows/)
- [ ] [GitHub Training & Guides](https://vimeo.com/channels/githubguides)
- [ ] [Versioning 101](http://semver.org/)
- [ ] [Forking Vs Branching](http://stackoverflow.com/questions/3611256/forking-vs-branching-in-github)
- [ ] [How is SVN v 1.8 branching / merging compared to Git?](http://stackoverflow.com/questions/19333088/how-is-svn-v-1-8-branching-merging-compared-to-git)
- [ ] [Code Reviews - Git Pull Requests Vs Gerrit](https://julien.danjou.info/blog/2013/rant-about-github-pull-request-workflow-implementation)
## Build Automation: