This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
toolchain [2014/05/08 10:03] viennastar [Development/IDE] |
toolchain [2014/05/08 11:43] viennastar removed duplicated "called" |
||
---|---|---|---|
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: |