How to Get Started with Git and Github
Instructions:
Create an account on github.com.
https://github.com/
Download the Git Bash.
http://git-scm.com/downloads
Install and set-up Git Bash.
Create a new repository with an initialized README.md
Commands to know:
git init
git clone (url)
git add (file names)
git commit -m "(committed message)
git remote add origin master (url)
git push -u origin master
git pull origin master
---------------------------------------------------------------------------------------------------------------------------
Please Like, Share, Comment and Subscribe for more videos and updates
---------------------------------------------------------------------------------------------------------------------------