Skip to content

Instantly share code, notes, and snippets.

View marcello-telles's full-sized avatar

Marcello Telles marcello-telles

  • V360
  • Rio de Janeiro, Brazil
View GitHub Profile
@marcello-telles
marcello-telles / git_setup.sh
Last active October 17, 2021 06:30
git setup
#Credentials
git config --global user.name "Name Surname"
git config --global user.email "my_email@gmail.com" #or work email alternative
#Editor
git config --global core.editor "vim"
#Aliases
git config --global alias.cm commit
git config --global alias.st "status -sb" #simplified git status