24 lines
858 B
Markdown
24 lines
858 B
Markdown
## Viewing, unstaging, discarding & restoring
|
|
|
|
|
|
|
|
Viewing the Staged and Unstaged Changes
|
|
Visual Diff Tools
|
|
Viewing the History
|
|
Viewing a Commit
|
|
Unstaging Files
|
|
Discarding Local Changes
|
|
Restoring a File to an Earlier Version
|
|
|
|
## Resources
|
|
|
|
- [What is Version Control?](https://www.youtube.com/watch?v=Yc8sCSeMhi4)
|
|
- [Types of Version Control System](https://www.youtube.com/watch?v=kr62e_n6QuQ)
|
|
- [Git Tutorial for Beginners](https://www.youtube.com/watch?v=8JJ101D3knE&t=52s)
|
|
- [Git for Professionals Tutorial](https://www.youtube.com/watch?v=Uszj_k0DGsg)
|
|
- [Git and GitHub for Beginners - Crash Course](https://www.youtube.com/watch?v=RGOj5yH7evk&t=8s)
|
|
- [Complete Git and GitHub Tutorial](https://www.youtube.com/watch?v=apGV9Kg7ics)
|
|
- [Git cheatsheet](https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet)
|
|
|
|
|
|
See you on [Day40](day40.md) |