Git commands cheatsheet

GitHub is one of the popular code repository and also used as version control tool, git provides various commands to perform operations like pushing code to remote repo, pulling code [can be from somebody else or from the central repo] and many other tasks. Here we will be listing out most commonly used git commands.…