DEV Community

Cover image for Most Used Git Commands
devkshitij7
devkshitij7

Posted on • Updated on

Most Used Git Commands

πŸ”· 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 Amazing Posts....

Top comments (0)