-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Introduction to git slides to version control docs and fix …
…up quick git tips
- Loading branch information
Showing
4 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
title: Version Control | ||
|
||
nav: | ||
- git | ||
- code_reviews | ||
- ... |
2 changes: 1 addition & 1 deletion
2
docs/software_development/Version_Control/code_reviews/presentation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
docs/software_development/Version_Control/git/introduction.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Below are the slides presented at the first workshop on Git. Full screen at [this link](https://docs.google.com/presentation/d/e/2PACX-1vThaf35wv1vIOuElWsN1cCfrruEzQ9ZHwlPA7061UZ3TMsM7PK1rY9qLhz5xojkS-sREJpxM5ipOk2Y/embed?start=false&loop=true&delayms=60000) | ||
|
||
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vThaf35wv1vIOuElWsN1cCfrruEzQ9ZHwlPA7061UZ3TMsM7PK1rY9qLhz5xojkS-sREJpxM5ipOk2Y/embed?start=false&loop=true&delayms=60000" frameborder="0" width="1440" height="839" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> | ||
|
||
These slides can also be accessed through [this link](https://docs.google.com/presentation/d/1sWIW90LG5TUfKConUdpF6VSR1EKdoXj0YGUECnZ-iHI/edit#slide=id.g3176c28cf20_1_0) (you may need to request access). | ||
|
||
The slides cover the following topics: | ||
|
||
- What is Git? | ||
- Why use Git? | ||
- What is a Git repository? | ||
- What's inside the `.git` directory? | ||
- Stages of the git workflow | ||
- Working directory | ||
- Staging area | ||
- Local repository | ||
- Remote repository (GitHub) | ||
- Basic Git commands | ||
- `git add` | ||
- `git commit` | ||
- `git push` | ||
- `git fetch` | ||
- `git merge` | ||
- `git pull` | ||
|
||
The second workshop on Code Reviews can be found [this handbook page][code-review-presentation]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters