Tagged: Git

26
Nov
2020

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...