GitHub Commands Tutorial with Example for Beginners | GitHub Commands Cheat Sheet

preview_player
Показать описание
GitHub is a code hosting platform for version control and collaboration. GitHub lets people collaborate and merge their work from any location. GitHub is a distributed version management system. 83 million users are using GitHub for their work. Complete cheat sheet of git commands.

In this video we will learn the following commands.
1. git clone - Cloning means making a copy of original object. In GIT, cloning is the act of making a copy of any target repository. You can clone a remote repository to create a local copy on your system.
2. git config - You can specify Git configuration settings with the git config command. you can use the –list on the git config command
3. git branch - You can create a new branch with the help of the git branch command. You want to add a new feature or a bug fix, so you create a new branch for the new changes you are doing and once your feature or fix is ready you can merge it with your main project branch. All team members works on their dedicated branches and later they merge their changes to the main branch.
4. git checkout - Git checkout command is to switch the branch. Git allows you to switch between the branches without making a commit. Git checkout with minus b option creates a new branch and switch to that new branch.

We have learnt following topics in previous video:
1. Learn to create GITHUB repository.
2. Learn to ADD files to GITHUB repository.
3. Learn to COMMIT & PUSH changes from local repository to remote repository.

We learnt following commands in previous video:
1. git init – to initialize new GIT repository.
2. git status – to display the state of the working directory and the staging area.
3. git remote add – to add new remote repository for the local repository.
4. git add – to add the changes in the working directory to the staging area.
5. git commit – to commit a snapshot of all changes in the working directory.
6. git push origin master - to push the changes from local branch to the Github remote repository branch.

** Chapter Timestamps **
0:00 Welcome to GitHub Basic Commands
0:39 Recap of GitHub repository
2:45 Recap of Previous Video on Git Commands
5:34 Agenda of video on Git Commands
6:40 Git Clone Command Tutorial
9:40 Git Config Command Tutorial
11:00 Git Branch Command Tutorial
13:52 Git Checkout Command Tutorial
15:59 Summary
16:38 Next video on Git Commands

#git #github #gitcommands

** Previous Video Links **

** GITHUB Project **

** CHECK OUT OUR OTHER VIDEOS **

** CHECK OUR PLAYLISTS **

Docker Containers Complete Tutorial

** Acronyms **
OOP – Object Oriented Programming Languages
GOF – Gang of Four Design Pattern
COD – Code One Digest

** Tools and Reference Links **

** ABOUT OUR CHANNEL **
CodeOneDigest is a youtube channel that produces videos on programming languages, cloud and container technologies, Software design principles, Java frameworks in English and Hindi languages.
Dosto, CodeOneDigest youtube channel pe aapko programming languages, container technology, cloud computing, software engineering se related videos milenge.

Check out our channel here:
Don’t forget to subscribe!

** OUR WEBSITE **

** GET IN TOUCH **

FOLLOW US ON SOCIAL - LIKE, SHARE & SUBSCRIBE
Get updates or reach out to Get updates on our Social Media Profiles!
Рекомендации по теме