Git: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
== Git (Version Control Software) == | == Git (Version Control Software) == | ||
Line 7: | Line 8: | ||
* [http://git-scm.com/downloads Download Git] | * [http://git-scm.com/downloads Download Git] | ||
* [https://git-scm.com/book/en/v2 Pro Git book] | * [https://git-scm.com/book/en/v2 Pro Git book] | ||
== GitLab Group == | |||
The Fluids Lab has a group on the [https://git.uwaterloo.ca uWaterloo GitLab server]. | |||
It can [https://git.uwaterloo.ca/FluidsLab be found here]. If you don't have access, click the ''request access'' button and someone will approve you. | |||
By sharing repositories with the group, you can make them immediately available to everyone else in the group, making it a very efficient way to share code with other lab members. | |||
This is also a nice way to help make sure that, after you graduate, your code doesn't vanish with you, and future generations can continue to use the tools that you built. |
Revision as of 13:55, 19 July 2018
Git (Version Control Software)
- What is Git and why Git?
- Randy LeVeque's Intro to Git Slides
- GitHub (wealth of open source code repositories managed by Git)
- Download Git
- Pro Git book
GitLab Group
The Fluids Lab has a group on the uWaterloo GitLab server. It can be found here. If you don't have access, click the request access button and someone will approve you. By sharing repositories with the group, you can make them immediately available to everyone else in the group, making it a very efficient way to share code with other lab members. This is also a nice way to help make sure that, after you graduate, your code doesn't vanish with you, and future generations can continue to use the tools that you built.