Git Commands For SDET

 

Git Commands and Usages For SDET

  1. git init
  2. git add
  3. git commit
  4. git status
  5. git config 
  6. git remote
  7. git push
  8. git pull 
  9. git fetch
  10. git branch 
  11. git checkout
  12. git merge
  13. git revert
  14. git reset
  15. git clone
  16. git log
  17. git tag
  18. git diff



Post a Comment