git

version control

1git config --list
2git config --global user.name "John Doe"
3git config --global user.email johndoe@example.com
4git config --global core.editor vim
The Latest