Skip to content

Instantly share code, notes, and snippets.

View lipebz's full-sized avatar
😶
fixing bugs

Filipe Bezerra lipebz

😶
fixing bugs
  • Polícia Civil SP
  • São Paulo
View GitHub Profile
@alanyoshida
alanyoshida / Deploy com Git
Created April 10, 2013 00:44
Como fazer deploy para o servidor com o git
###############################################
# Como fazer deploy para o servidor com o git #
###############################################
# Na sua Maquina
# Crie uma pasta
$ mkdir repo && cd repo
# Inicie um repositorio vazio
@jexchan
jexchan / multiple_ssh_setting.md
Created April 10, 2012 15:00
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"