Skip to content

Instantly share code, notes, and snippets.

View 4riel's full-sized avatar
🎯
Focusing

Ariel Marti 4riel

🎯
Focusing
View GitHub Profile
@kbond
kbond / post.md
Last active October 6, 2022 12:18
Ubuntu LAMP Development Environment Setup

Install git:

sudo apt-get install git

Configure 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"