Skip to content

Commit 2adfe76

Browse files
authored
Added git page. (#3)
* Added git page. * Added Git Version Control to the navigation of common resources.
1 parent 6f448ab commit 2adfe76

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Git Resources
2+
3+
This is a list of resources that are helpful to teach yourself git. Many of these resources cover the same content, but we offer a variety of options to fit different learning styles. We recommend that everyone start from the beginning and work your way down as needed unless you have a reason to do otherwise.
4+
5+
!!! note "Git && GitHub Workshop"
6+
7+
The workshop slides are great to review if you have attended the workshop, but you probably will not find them helpful if you never attended in person. If you have not attended the workshop, skip the those slides.
8+
9+
Git Resources:
10+
11+
- [IEEE Git && GitHub Workshop](https://github.com/UBIEEE/Git-GitHub-Workshop)
12+
- [Git in 100 seconds](https://www.youtube.com/watch?v=hwP7WQkmECE&t=9s)
13+
- [How to Use Git and GitHub](https://www.youtube.com/watch?v=HkdAHXoRtos)
14+
- [Git Mastery Crash Course](https://www.youtube.com/watch?v=HMoZ5cYzU4I&t=9s)
15+
- [CS50s Git Lecture](https://www.youtube.com/watch?v=NcoBAfJ6l2Q)
16+
- [Git vs. GitHub](https://youtu.be/wpISo9TNjfU?si=r1tenq_nwuqIUTDc)
17+
- [The official git textbook](https://git-scm.com/book/en/v2)
18+
- Git's documentation: use `git --help <command-name-you-need-help-with>` or if on UNIX you can also use `man git <command-name-you-need-help-with>`
19+
- [GitHub's documentation](https://docs.github.com/en)

docs/common-resources/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ title: Common Resources
66

77
This is a list of common resources that are expected to be used by members of the club across projects. This focuses on fundamental technologies and general UB resources. For project specific information, please navigate to the page for your specific project.
88

9-
- [School of Engineering and Applied Sciences Machines Shop](machine-shop.md)
9+
- [School of Engineering and Applied Sciences Machines Shop](machine-shop.md)
10+
- [Git Version Control](git-resources.md)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ nav:
115115
- Common Resources:
116116
- common-resources/index.md
117117
- Machine Shop: common-resources/machine-shop.md
118+
- Git Version Control: common-resources/git-resources.md
118119
- Editing the Wiki: editing-the-wiki.md
119120

120121

0 commit comments

Comments
 (0)