DEV Community

idawnwon
idawnwon

Posted on

1

Configure Git

Basic configuration

git config --global user.name "Dawn"
git config --global user.email "someone@nowhere.com"
git config --global core.editor "atom --wait"
git config --global color.ui true

Basic query

git config --list
git config user.name
cd ~ && cat .gitconfig

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs