Skip to content

Instantly share code, notes, and snippets.

View LucasLevino's full-sized avatar
🏢
Working in office

Lucas Levino LucasLevino

🏢
Working in office
View GitHub Profile
@LucasLevino
LucasLevino / GitAlias.txt
Last active November 17, 2023 19:20
Comando de personalização do git
commands in shell
git config --global core.editor code
git config --global --edit
add in .gitconfig
[alias]
c = !git add --all && git commit -m
nb = !git checkout -b
p = !git push -u origin
s = !git status -s