Skip to content

Instantly share code, notes, and snippets.

@daison12006013
Created December 12, 2017 03:18
Show Gist options
  • Save daison12006013/4df3c921f39291bb575c11f6678aa308 to your computer and use it in GitHub Desktop.
Save daison12006013/4df3c921f39291bb575c11f6678aa308 to your computer and use it in GitHub Desktop.
System Configurations to your Vagrant
git config --global push.default current
git config --global user.name "John Doe"
git config --global user.email "john.doe@gmail.com"
git config --global alias.st status
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.fh fetch
git config --global alias.pl pull
git config --global alias.ph pull
# Too long, didn't read?
#
# Commands:
# brc - Will show you the branch you're working on
alias brc='git branch | grep "* "'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment