Demonstration
git pull-can be used to get changes from repository and merge them with local repository. head:The current or working branch is called as the head branch. We can find this using git show command. git tag: Git tags are used as reference points in development workflow.We can tag something using git tag tag_name. Here tag_name could be current version name. We can also add messages in tags using git tag –m “message”