#git #github #computerscience #developer #student #college
This is a quick beginner tutorial for GIT and GITHUB.
Easy, Basic and most used commands for Git have been covered in this video.
Links:
https://github.com
Command:
Download Git: sudo apt install git
Add File: git add * OR git add "file-name"
Commit File: git commit -m "message"
Push: git push origin "branch-name"
Pull: git pull
Create a new branch: git checkout -b "branch-name"
Move to a particular branch: git checkout "branch-name"
Status: git status
Check Branches: git branch
Credits:
Music by www.bensound.com
Templates by Adobe Spark