Skip to content

Instantly share code, notes, and snippets.

View tomvictor's full-sized avatar
🎯
Focusing

Tom Victor tomvictor

🎯
Focusing
View GitHub Profile
@neilgee
neilgee / git.css
Last active December 7, 2023 02:08
Git Command Line Reference - Notes, Cheatsheet and reminders on Git set up and commands
/*
* Set up your Git configuration
*/
git config --global user.email "you@yourdomain.com"
git config --global user.name "Your Name"
git config --global core.editor "nano"