List of git commands

git clone https://nareshpdas@bitbucket.org/dnesdangl/collegeproject.git
git status
git add .
git commit -m "first commit"
git log
git log --oneline
git config user.email "dnesdangl@gmail.com"
git config user.name "Dinesh Dangol"
git push origin master
git pull origin master


Last modified: Tuesday, 16 June 2020, 12:39 PM