mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-02 20:34:40 +07:00
adding notes for git and github section
This commit is contained in:
parent
2387b7c03e
commit
ab64adf808
@ -0,0 +1,15 @@
|
||||
## Git: The Big Picture
|
||||
|
||||
|
||||
https://www.youtube.com/watch?v=Yc8sCSeMhi4
|
||||
https://www.youtube.com/watch?v=8JJ101D3knE&t=52s
|
||||
|
||||
Introduction
|
||||
What is Git?
|
||||
Using Git
|
||||
Installing Git
|
||||
Configuring Git
|
||||
|
||||
|
||||
https://www.youtube.com/watch?v=RGOj5yH7evk&t=8s
|
||||
https://www.youtube.com/watch?v=apGV9Kg7ics
|
@ -0,0 +1,6 @@
|
||||
|
||||
Getting Help
|
||||
Cheat Sheet
|
||||
Taking Snapshots
|
||||
Initializing a Repository
|
||||
Git Workflow
|
@ -0,0 +1,8 @@
|
||||
|
||||
Staging Files
|
||||
Committing Changes
|
||||
Committing Best Practices
|
||||
Skipping the Staging Area
|
||||
Removing Files
|
||||
Renaming or Moving Files
|
||||
Ignoring Files
|
@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
|
||||
Short Status
|
||||
Viewing the Staged and Unstaged Changes
|
||||
Visual Diff Tools
|
||||
Viewing the History
|
||||
Viewing a Commit
|
@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
Unstaging Files
|
||||
Discarding Local Changes
|
||||
Restoring a File to an Earlier Version
|
@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
|
||||
|
||||
Exploring GiHub
|
@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
Open Source Software
|
@ -62,7 +62,7 @@ This will not cover all things DevOps but it will cover the areas that I feel wi
|
||||
|
||||
### Use Git Effectively
|
||||
|
||||
- [🚧] 📚 35 > [](Days/day35.md)
|
||||
- [🚧] 📚 35 > [## Git: The Big Picture](Days/day35.md)
|
||||
- [] 📚 36 > [](Days/day36.md)
|
||||
- [] 📚 37 > [](Days/day37.md)
|
||||
- [] 📚 38 > [](Days/day38.md)
|
||||
|
Loading…
Reference in New Issue
Block a user