You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Peter Chapman
pychap
Front-end UI developer. Love CSS, HTML,
Javascript.
A better setup for Git — First published in fullweb.io issue #46
A better setup for Git
Git default configuration is good but it can be personalized to improve your workflow efficiency.
Here are some good lines to put in your ~/.gitconfig:
# The basics, who you commit as:[user]name = John Doe
email = john@doe.org