10 useful Git commands

   |   1 minute read   |   Using 68 words

10 Useful git commands

  1. git init - Initializing a New Repository

  2. git clone - Copying a Repository

  3. git add - Staging Changes

  4. git commit - Saving Changes

  5. git status - Checking the Status

  6. git push - Uploading Changes to a Remote Repository

  7. git pull - Fetching and Merging Changes from a Remote Repository

  8. git branch - Managing Branches

  9. git checkout - Switching Branches

  10. git merge - Combining Branches



denis256 at denis256.dev