Complete Git and Github Course



Complete Git and Github Course

Complete Git and Github Course

Complete Git and Github Course
00:00:00 Introduction
00:01:45 Basic Steps
00:03:58 Download and Install Git
00:04:11 Configuring User Information – git config
00:09:12 Make a Project a Git Repository – git init
00:10:24 Check Status – git status
00:12:48 Add file in staging Area – git add
00:18:44 Unstage Changes – git reset
00:22:05 Check Modification but not yet staged – git dif
00:24:01 Staged but not yet commited – git diff –staged
00:25:47 Check Logs – git log
00:26:10 Commit staged changes – git commit
00:29:33 Add to staging Area and Commit together
00:31:08 Check detailed Log – git log -p and git reflog
00:32:57 Check Specific Commit – git show
00:34:09 Remove from Current working Directory – git rm
00:34:57 Rename or Move File – git mv
00:36:21 Unstaging – git reset HEAD
00:39:33 Rollback Last Commit – git revert HEAD
00:41:55 Rollback Specific Commit – git revert commit_id
00:43:11 Tag Current Commit – git tag
00:45:42 Using Tag – git checkout
00:47:22 Tag specific Commit – git tag tag_name commit_id
00:48:12 Tag with Annotation
00:50:04 Delete Tag – git tag -d
00:50:27 Show All Branches – git branch
00:52:11 Why Create Branch
00:53:54 Create a Branch – git branch branch_name
00:54:11 Switch branch – git checkout branch_name
00:56:33 Create and Switch Branch together – git checkout -b branch_name
00:58:34 Delete Branch – git branch -D branch_name
01:00:02 Merge Branch – git merge branch_name
01:01:55 Transfer to another branch – git rebase branch_name
01:05:08 Save Modified and Staged Change – git stash
01:09:27 Retrive Stash Save – git stash pop
01:10:07 List Stash – git stash list
01:10:25 Drop Stash – git stash drop
01:10:51 Remote Repository
01:11:06 Create github Account
01:14:01 Github Overview
01:15:13 Creating Remote Repository
01:17:05 Add remote repository to Local Repo – git remote add
01:21:31 Check Local and Remote Repo – git remote -v
01:21:54 Remove Remote Repo from Local – git remote remove repo_name
01:22:07 Specific Remote Repo Detail – git remote show repo_name
01:22:31 Push Local Repository to Remote Repository – git push
01:23:01 No upstream branch
01:23:20 Set upstream
01:23:50 Github Authentication
01:24:35 Make change then Push from local to Remote
01:26:10 Push Branch from Local to Remote – git push repo_name branch_name
01:28:55 Push Tag from Local to Remote – git push repo_name tag_name
01:32:25 Pull from Remote to Local – git pull
01:34:54 Clone Repository – git clone repo_url
01:37:05 gitignore

Git and Github Playlist: https://www.youtube.com/playlist?list=PLbGui_ZYuhigWA1mNWzwErSBIZvgOJbNc

Domain and VPS Hosting:
https://www.youtube.com/playlist?list=PLbGui_ZYuhij0mM8xP2udM_EDvl8JNdtn

Domain and Shared Web Hosting hPanel: https://www.youtube.com/playlist?list=PLbGui_ZYuhigqwKz6LvBmYNV0tVW-CzIP

Core JavaScript: https://www.youtube.com/playlist?list=PLbGui_ZYuhiiaQjuOfvgx_-gzVBlCxrk0

Advance JavaScript: https://www.youtube.com/playlist?list=PLbGui_ZYuhihZ-pDxNZuQ7xOQ8IS2z3XI

NPM: https://www.youtube.com/watch?v=xD3V3Uf9HPI

React JS: https://www.youtube.com/playlist?list=PLbGui_ZYuhignjLLXTJWkRJKN-SgAqClL

Node Mongo and Express JS: https://www.youtube.com/playlist?list=PLbGui_ZYuhijy1SpwtIS9IwL6OJdbr4kE

Postman Playlist: https://www.youtube.com/playlist?list=PLbGui_ZYuhigvkxzHXRveCnYjZcacTAwq

Check Out Our Other Playlists:
https://www.youtube.com/user/GeekyShow1/playlists

Learn more about subject:
http://www.geekyshows.com/

________________________________________________

DISCLAIMER: The links provided in the description may be affiliate links. If you buy anything from these links, then I may get some commission. But bear in mind, you won’t be charged even an extra penny. I would be glad if you use these links!
________________________________________________

T A L K W I T H M E !
Business Email: [email protected]
Website: http://www.geekyshows.com/
_______________________________________________

Make sure you LIKE, SUBSCRIBE, COMMENT, and REQUEST A VIDEO! 🙂
_______________________________________________

Comments are closed.