Hey folks, Let's learn Git & GitHub today.
SKIP TO PART:
00:00 ๐๐ GitHub & Git Introduction
01:25 ๐๐ Checking Git Installation
01:49 ๐๐ Git Configuration
03:59 ๐๐ Creating repository
05:48 ๐๐ Uploading files to the repository via GitHub.com
06:07 ๐๐ Cloning and managing repository locally
11:27 ๐๐ Pushing commits to online repository
12:45 ๐๐ Recap of previous steps
14:13 ๐๐ Checking History (GitHub.com)
14:58 ๐๐ Checking History (Git)
15:28 ๐๐ Rolling back (Time travelling)
16:29 ๐๐ Viewing Changes made in the repository
18:18 ๐๐ Summary
CODE/SCRIPTS:
โ git status
โ git add . / (FileName)
โ git commit -m "Message"
โ git push
โ git log --oneline
โ git checkout (CommitID)
โ git show (CommitID)