Skip to content

Instantly share code, notes, and snippets.

@arianimartins
Last active August 29, 2015 13:55
Show Gist options
  • Save arianimartins/8694789 to your computer and use it in GitHub Desktop.
Save arianimartins/8694789 to your computer and use it in GitHub Desktop.
Gerar key SSH
ssh-keygen -t rsa -C "your_email@example.com"
Copiar conteúdo do arquivo
cat ~/.ssh/id_rsa.pub
Como configurar o Git
https://help.github.com/articles/set-up-git
Copiar o conteúdo do arquivo e deixar no Ctrl+C
pbcopy < ~/.ssh/id_rsa.pub
Transformar Private Gist em Public Gist
http://www.dzombak.com/blog/2011/05/making-private-gist-public.html
Usando Git (e GitHub) no Windows
http://blog.dmatoso.com/2011/09/git-no-windows-github/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment