Skip to content

Version Control

Kanit Wongsuphasawat edited this page Mar 8, 2016 · 9 revisions

Git & Github

  • Git Tutorials
  • Github
    • Use Github's issue tracker, so you can refer to issues in your commit messages using # followed by issue no.
    • Working in a team? Use Github's Pull Request so you can do code review.
    • Github Cheatsheet
  • GUI
    • Using git with command line is generally fast but using SourceTree is easier for reviewing your code before committing or committing a part of your changes and reduce chances that you will run a wrong command (such as push wrong branch to master).
    • GitX is a simple GUI that can also be started from the command line.

FAQs & Tips

Resources

Clone this wiki locally