Skip to content

Instantly share code, notes, and snippets.

View CauueSanttos's full-sized avatar
🏡
Working from home

Cauê Santos CauueSanttos

🏡
Working from home
View GitHub Profile
[
{
"countryName": "Afghanistan (‫افغانستان‬‎)",
"code": "+93",
"countryCode": "af",
"backgroundPosition": "-66px 0px",
"mask": "(201) 555-0123"
},
{
"countryName": "Albania (Shqipëri)",
[
{
"countryName": "Afghanistan (‫افغانستان‬‎)",
"code": "+93",
"mask": "070 123 4567",
"backgroundPosition": "-66px 0px"
},
{
"countryName": "Albania (Shqipëri)",
"code": "+355",
<p align="center">
<a href="https://insomnia.rest/run/?label=SemanaOmnistack11&uri=https%3A%2F%2Fraw.githubusercontent.com%2FDanielObara%2FSemanaOmnistack11%2Fmaster%2FInsomnia_2020-03-24.json" target="_blank"><img src="https://insomnia.rest/images/run.svg" alt="Run in Insomnia"></a>
</p>
<h1 align="center">
<br>
<img src="YOUR_LOGO_URL" alt="YOUR_PROJECT_NAME" width="120">
<br>
<br>
YOUR_PROJECT_NAME
</h1>
<p align="center">A little description about your project</p>
<h1 align="center">
<br>
<img src="YOUR_LOGO_URL" alt="YOUR_PROJECT_NAME" width="120">
<br>
<br>
YOUR_PROJECT_NAME
</h1>
<p align="center">A little description about your project</p>
[alias]
ci = commit
co = checkout
cm = checkout master
cb = checkout -b
st = status -sb
sf = show --name-only
lg = log --pretty=format:'%Cred%h%Creset %C(bold)%cr%Creset %Cgreen<%an>%Creset %s' --max-count=30
incoming = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' ..@{u})
outgoing = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' @{u}..)
@CauueSanttos
CauueSanttos / git.md
Created January 18, 2019 01:01 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

#GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda