10 useful Git commands
| 1 minute read | Using 68 words
10 Useful git commands
-
git init - Initializing a New Repository
-
git clone - Copying a Repository
-
git add - Staging Changes
-
git commit - Saving Changes
-
git status - Checking the Status
-
git push - Uploading Changes to a Remote Repository
-
git pull - Fetching and Merging Changes from a Remote Repository
-
git branch - Managing Branches
-
git checkout - Switching Branches
-
git merge - Combining Branches
Page link: /posts/useful-10-git-commands/