DEV Community

Ola Johansson
Ola Johansson

Posted on • Updated on

Git Setup

Just a list of git commands i use.

git config --global alias.ac '!git add -A && git commit -m'

git config --global core.editor "code --wait"

Top comments (0)