Most Useful Git Commands

Useful Log git log –pretty=format:”[%an]|%h|%ad|%s|%d” –date=short Set your details git config –global user.name “John Doe” git config –global user.email “[email protected]” Use –global to set the configuration for all projects. If …