Module 3 Practice
Video 01: 3-1 Github Module Introduction.
SCM==Source Code Management
git —(dash dash)version then enter
Video 02**: 3-2 Install git, create GitHub repository
Repository==Repo; cd==change directory
Video 03:3-3 Introduction to Git init, git add, git commit
Git init= Initialized
Video 04:3-4 Set origin, Git push, git pull, and repo overview
Configaration==config
Video 05:3-5 Send small incremental changes to github
git add .== git commit -m”Write comment”== Git push=EnterVideo 06: 3-6 Common github related issues faced by new developer**
search google: git repo remove originVideo 07 :3-7 [advanced] Create git branch, merge branches
git reset —hard use for resettouch file name—use this command for create file, for folder create- mkdir folder name
Search google: git branch command
Video 08: 3-8 [advanced ] git pull, toggle branch, merge conflict
To remove 2nd git hub ac==creadentials manager=windows creadientialsSide branch is called Feature branch