Add Git instructions
This commit is contained in:
@@ -3,3 +3,23 @@
|
|||||||
- Write a red-black tree with rebalancing
|
- Write a red-black tree with rebalancing
|
||||||
- Assignment: finish the red-black tree
|
- Assignment: finish the red-black tree
|
||||||
- Next week: introduce graphs and graph algorithms
|
- Next week: introduce graphs and graph algorithms
|
||||||
|
|
||||||
|
## Git reference
|
||||||
|
|
||||||
|
Add all new files and changes to your code:
|
||||||
|
|
||||||
|
```
|
||||||
|
git add .
|
||||||
|
```
|
||||||
|
|
||||||
|
Commit with a message:
|
||||||
|
|
||||||
|
```
|
||||||
|
git commit -m "Hello World"
|
||||||
|
```
|
||||||
|
|
||||||
|
Push changes:
|
||||||
|
|
||||||
|
```
|
||||||
|
git push
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user