Skip to content

Instantly share code, notes, and snippets.

View dcorrea777's full-sized avatar
🐘

Danilo Correa dcorrea777

🐘
View GitHub Profile
@lordofthelake
lordofthelake / .gitignore
Created June 21, 2013 18:39
.gitignore for Maven, Intellij, Eclipse
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
@calimaborges
calimaborges / gitsvn.md
Last active May 20, 2018 21:09
Atalhos para o Git e Git-Svn

#Configuração Inicial

Primeiro inicie o repositório apontando para o svn

$ git svn init http://svn.endereco.repo.com/ nome_da_pasta_local

depois, baixe o repositório (esse passo demora... muito.)

$ git svn fetch