Skip to content

Instantly share code, notes, and snippets.

@ricardoub
ricardoub / README.md
Created July 24, 2022 21:14 — forked from argentinaluiz/README.md
VSCode - Guia para configuração do ambiente com Docker
@ricardoub
ricardoub / git-initial-project-configuration.txt
Last active May 31, 2019 14:28
GIT - Initial Project Configuration
GIT - criação do repositório
git init
git config --list
git config --global user.name 'User Name'
git config --global user.email username@mail.com
git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto
git remote add origin git@github.com:username/projectname.git
@ricardoub
ricardoub / vscode-configuration.txt
Last active December 17, 2023 18:51
VS Code Configurations
VSCODE
Extensions
Auto Close Tag - Jun Han
Auto Rename Tag - Jun Han
Bootstrap 4, Font Awesome 4, Font Awesome 5 Free & Pro snippets - Ashok Koyi
Font Awesome Auto-complete & Preview - Janne252
Git Blame - Wade Anderson