Useful Git Commands

List of useful Git commands Configure local git repo git config –local user.email "EMAIL" git config –local user.name "USERNAME" Configure global git git config –global...