DEV Community

devkshitij7
devkshitij7

Posted on • Updated on

Most Used Git Commands.. You Must Know πŸ‘¨β€πŸ’» A Thread 🧡 #github

πŸ”· git init πŸ”·

To initialize new repo

πŸ”· git add πŸ”·

To inform Git for updates

πŸ”· git commit πŸ”·

To save the changes

πŸ”·git status πŸ”·

To Know status of working directory

πŸ”· git push πŸ”·

To push changes local->remote repo

πŸ”· git pull πŸ”·

To download updates from remote repo

βœ… Follow @devkshitij7 πŸ‘¨β€πŸ’»
For More Awesome Posts....

Top comments (0)