This repository is for learning github through command line. This is version One of the file.
example command git clone git@github.com:abhigyanmisra/ProjectGitLearning.git
create test file - firstname_lastname.txt
git add firstname_lastname.txt git commit -m "RELEVANT MESSAGE"
git push
Open below url in web browser https://github.com/abhigyanmisra/ProjectGitLearning/ Search if your file is present
git pull Check the peers file is pulled to your local repository