Skip to content

Instantly share code, notes, and snippets.

@dgk
Last active March 7, 2023 10:03
Show Gist options
  • Save dgk/9229027 to your computer and use it in GitHub Desktop.
Save dgk/9229027 to your computer and use it in GitHub Desktop.
git config --global color.ui true
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
git config --global core.quotepath off
git config --global core.editor vim
git config --global merge.ff true
git config --global core.pager ""
#git config --global user.name root
#git config --global user.email root@localhost
#git config --global user.name dgk
#git config --global user.email dgk@dgk.su
@dgk
Copy link
Author

dgk commented Aug 19, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment