DEV Community

Cover image for Most Used Git Commands
devkshitij7
devkshitij7

Posted on β€’ Edited on

4

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)

SurveyJS custom survey software

JavaScript UI Libraries for Surveys and Forms

SurveyJS lets you build a JSON-based form management system that integrates with any backend, giving you full control over your data and no user limits. Includes support for custom question types, skip logic, integrated CCS editor, PDF export, real-time analytics & more.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay