In this article, you will find LinkedIn Assessment, Questions and Answers for Git Version Control System.
This article explains about configuring user name & email, globally with your Git profile so that you don't need to specify every time you commit. Git automatically associate your identity from this profile with every commit you make.
This article explains about deletion of a local branch from git using terminal. Also includes explanation about deleting branch forcefully.