Skip to content

Commit 6bb1ab0

Browse files
committed
Updated "Use Source Control" to include further resources
1 parent 5ef8602 commit 6bb1ab0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

1-Beginner/Team-Skills/07-How to Use Source Code Control.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ I was late to appreciate the benefits of source code control systems but now I w
66

77
A good technique for using a source code control system is to stay within a few days of being up-to-date at all time. Code that can't be finished in a few days is checked in, but in a way that it is inactive and will not be called, and therefore not create any problems for anybody else. Committing a mistake that slows down your team-mates is a serious error; it is often taboo.
88

9-
Next [How to Unit Test](08-How to Unit Test.md)
9+
## Resources
10+
11+
- [A Visual Guide to Version Control](http://betterexplained.com/articles/a-visual-guide-to-version-control/)
12+
- [git](https://git-scm.com/) - A free and open source distributed version control system
13+
- [Team Foundation Server](https://www.visualstudio.com/en-us/products/tfs-overview-vs.aspx) - Source control from Microsoft. Includes requirement management, project management, automated builds and release managemet in addition to source code management.
14+
15+
---
16+
17+
Next [How to Unit Test](08-How to Unit Test.md)

0 commit comments

Comments
 (0)