Daily used Git commands
Git Command | Description |
---|---|
git clone | It will clone the remote repository into your local file system. Know more |
git status | check the status of branch and files in our git directory.Know more |
git branch | description Know more |
git fetch | description Know more |
git checkout | checkout remote feature branch into local directory. Know more |
git add | description Know more |
git commit | description Know more |
git push | description Know more |
git pull | description Know more |
git merge | description Know more |
Git troubleshooting commands
Git Command | Description |
---|---|
git checkout | Git command to revert uncommitted changes. Know more |
git restore | Unstage, Staged git files. Know more |
git clean | Remove all untracked files. Know more |
git commit | Edit /modify commit message, Know more |