Skip to content

Version Control with Git & GitHub

Kevin Buffardi edited this page Feb 13, 2017 · 4 revisions

#Version Control

##Git Examples of some advanced Git features:

##GitHub Good pull requests should have the following:

  • Descriptive title giving idea about pull requests and the issue it resolves.
  • Pull request should not have any conflicts.
  • Commit small parts of code, work incrementally.

Clone this wiki locally