Skip to content

Instantly share code, notes, and snippets.

@jonatassalgado
Forked from lucasrcezimbra/initRangel.sh
Last active August 29, 2015 14:08
Show Gist options
  • Save jonatassalgado/be73c27d4fcfc337cea2 to your computer and use it in GitHub Desktop.
Save jonatassalgado/be73c27d4fcfc337cea2 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get install git
sudo cp john /usr/bin/
sudo chmod 777 /usr/bin/john
#!/bin/bash
git config --global user.name "jonatassalgado"
git config --global user.email "jonatas.salgado@acad.pucrs.br"
git config --list | grep user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment