Last Updated: February 25, 2016
·
484
· timurvafin

Prepare Github account for development @FlatStack

Github

Sign up for the free plan:

  • Username: use something like firstnamelastname, avoid some crappy nicknames.
  • Primary Email: use email @flatstack.com
  • Company: FlatStack

SSH key

Check out our guide to generating SSH keys.

User @flatstack.com in the key:

$ ssh-keygen -t rsa -C "firstname.lastname@flatstack.com"

Git config

You could install dotfiles based on oh-my-zsh
or create .gitconfig manually based on template