As this year I am committed to work on my old neglected personal and professional websites , so in order to control version of website’s, today i took a sort online class from my friend ravi about using Bitbucket and git .
Here I am sharing important cmd use in git
1) Git init – to create .Git folder ( hidden)
2)git status
3)git add .
4) git commit -m “first commit”
5) git push -u origin master
6) git pull
7) git remote add origin https://