GIT Commands

  1. git clone <repository-name>
  2. git status
  3. git add *
  4. git commit -m "commit-message"
  5. git push origin <branch-name>
  6. git reset --<commit-Id>  soft/mixed/hard
  7. git config --global user.name  "username"
  8. git config --global user.email "shaikjee***@gmail.com"
  9. git config --global  http.sslverify  false

Comments

Popular posts from this blog

Use full Links

Useful curl commands