Git Commit Rule
This post will be an ever-evolving list of guidelines for personal projects to make my life easier. This rule will not be necessary for everyone. Initialization What we want is a parent folder, eg. ~/dev, and all subdirectories to share git user information. Use git’s includeIf 1 2 3 4 5 6 # in the parent directory eg: ~/dev # create a gitconfig file eg: ~/dev/.gitconfig_include [user] email = youremail@domain.com name = Your Name # and other configs Reference:...