Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

git - Configuration

back


Setup and Configuration

Command Description
git config --list Show all Git config settings
git config --global user.name "owner_name" Set owner for commits
git config --global user.email "owner_email" Set email for commits