Skip to content

Instantly share code, notes, and snippets.

View 4riel's full-sized avatar
🎯
Focusing

Ariel Marti 4riel

🎯
Focusing
View GitHub Profile
@4riel
4riel / post.md
Last active August 29, 2015 14:16 — forked from kbond/post.md
Ubuntu LAMP Development Environment Setup

Instalar git:

sudo apt-get install git

Configurar Git:

touch ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global
git config --global user.name "Your Name"

git config --global user.email "Your Email"