GIT Commands
- git clone <repository-name>
- git status
- git add *
- git commit -m "commit-message"
- git push origin <branch-name>
- git reset --<commit-Id> soft/mixed/hard
- git config --global user.name "username"
- git config --global user.email "shaikjee***@gmail.com"
- git config --global http.sslverify false
Comments
Post a Comment