This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
toolchain [2014/05/08 10:03] viennastar [Development/IDE] |
toolchain [2014/07/03 06:32] (current) viennastar [Version Control] |
||
---|---|---|---|
Line 6: | Line 6: | ||
==== Version Control ==== | ==== Version Control ==== | ||
- | It is important to keep track of different versions of source code files during a software development process. Especially if multiple developer work on the same project, it is often required to view and review changes, undo possible errors, synchronize the source code file, ... Tools which take care of this are called [[https://en.wikipedia.org/wiki/Revision_control|called version control or revision control tools]]. We use [[https://en.wikipedia.org/wiki/Git_%28software%29|git]] and [[https://github.com/|github]] for our projects. | + | It is important to keep track of different versions of source code files during a software development process. Especially if multiple developer work on the same project, it is often required to view and review changes, undo possible errors, synchronize the source code file, ... Tools which take care of this are called [[https://en.wikipedia.org/wiki/Revision_control|version control or revision control tools]]. We use [[https://en.wikipedia.org/wiki/Git_%28software%29|git]] and [[https://github.com/|github]] for our projects. |
You will need to know how to do the following things with git: | You will need to know how to do the following things with git: | ||
Line 19: | Line 19: | ||
* [[https://try.github.io/levels/1/challenges/1| Got 15 minutes and want to learn Git? (Interactive tutorial)]] | * [[https://try.github.io/levels/1/challenges/1| Got 15 minutes and want to learn Git? (Interactive tutorial)]] | ||
* [[http://www.lynda.com/ALMTFS-tutorials/Overview-software-version-control/106788/115974-4.html|Fundamentals of Software Version Control: Overview of software version control]] | * [[http://www.lynda.com/ALMTFS-tutorials/Overview-software-version-control/106788/115974-4.html|Fundamentals of Software Version Control: Overview of software version control]] | ||
- | * [[http://www.lynda.com/ALMTFS-tutorials/Understanding-version-control-concepts/106788/115975-4.htmll|Fundamentals of Software Version Control: Understanding version control concepts]] | + | * [[http://www.lynda.com/ALMTFS-tutorials/Understanding-version-control-concepts/106788/115975-4.html|Fundamentals of Software Version Control: Understanding version control concepts]] |
* [[http://www.lynda.com/ALMTFS-tutorials/Demo-one-Getting-started/106788/115976-4.html|Fundamentals of Software Version Control: Demo one: Getting started]] | * [[http://www.lynda.com/ALMTFS-tutorials/Demo-one-Getting-started/106788/115976-4.html|Fundamentals of Software Version Control: Demo one: Getting started]] | ||
* [[http://www.lynda.com/ALMTFS-tutorials/Demo-two-Handling-oops/106788/115977-4.html|Fundamentals of Software Version Control: Demo two: Handling the :oops"]] | * [[http://www.lynda.com/ALMTFS-tutorials/Demo-two-Handling-oops/106788/115977-4.html|Fundamentals of Software Version Control: Demo two: Handling the :oops"]] |