adding notes for git and github section

This commit is contained in:
michaelcade 2022-02-03 19:25:01 +00:00
parent 2387b7c03e
commit ab64adf808
8 changed files with 51 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,6 @@
Getting Help
Cheat Sheet
Taking Snapshots
Initializing a Repository
Git Workflow

View File

@ -0,0 +1,8 @@
Staging Files
Committing Changes
Committing Best Practices
Skipping the Staging Area
Removing Files
Renaming or Moving Files
Ignoring Files

View File

@ -0,0 +1,8 @@
Short Status
Viewing the Staged and Unstaged Changes
Visual Diff Tools
Viewing the History
Viewing a Commit

View File

@ -0,0 +1,5 @@
Unstaging Files
Discarding Local Changes
Restoring a File to an Earlier Version

View File

@ -0,0 +1,5 @@
Exploring GiHub

View File

@ -0,0 +1,3 @@
Open Source Software

View File

@ -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)