List of some useful Git Commands
Git provides a various set of commands to operate the repository on our local setup. Eg. git clone
to copy the repo from the upstream, git status
to check what files, etc are changed, git commit
to save our changes, push
and pull
to update and retrieve from the upstream. Here are some other useful git commands which are mostly used by users in following cases.