Skip to content

Instantly share code, notes, and snippets.

@lucasrcezimbra
Last active July 26, 2016 02:04
Show Gist options
  • Save lucasrcezimbra/04daa539f39c8fd78c46 to your computer and use it in GitHub Desktop.
Save lucasrcezimbra/04daa539f39c8fd78c46 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo cp rangel /usr/bin/
sudo chmod 777 /usr/bin/rangel
#!/bin/bash
git config --global user.name "Lucas Rangel Cezimbra"
git config --global user.email "lrcezimbra@hotmail.com"
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
git config --list | grep user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment