Skip to content

Instantly share code, notes, and snippets.

@DevCleverton
Last active February 13, 2024 18:57
Show Gist options
  • Save DevCleverton/aee56c3445e42fd3198477aa62bfd368 to your computer and use it in GitHub Desktop.
Save DevCleverton/aee56c3445e42fd3198477aa62bfd368 to your computer and use it in GitHub Desktop.
#git config Global muito util
git config --global user.name "Cleverton"
git config --global user.email "devcleverton@mail.com"
git init
git status
git add .
git commit -m "comentario"
git remoto etc...
@DevCleverton
Copy link
Author

DevCleverton commented Jun 18, 2022

copie e cole

@DevCleverton
Copy link
Author

Very nice muito util

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment