Skip to content

Instantly share code, notes, and snippets.

View wosiakkk's full-sized avatar
😀

Bruno Wosiak wosiakkk

😀
View GitHub Profile
@wosiakkk
wosiakkk / git.md
Created August 19, 2019 22:14 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda

@wosiakkk
wosiakkk / .gitignore
Created May 24, 2019 00:47 — forked from edesdan/.gitignore
A .gitignore file suitable for development with Java, Maven, Gradle, IntelliJ, Android Studio on a MacOS
# Reference: https://github.com/github/gitignore
# From: https://gist.github.com/edesdan/6bb43343740bcd54ef0f56a384a2f66f
######################
###### Mac OS X ######
######################
# Folder view configuration files
.DS_Store
Desktop.ini