Posts Tagged ‘github’
- Headline
Git Cheat Sheet
- Date
- February 7th, 2013
- Category
- Developer
- Story
Git commands and working with Github. Create a Repository Steps to create a new repository in github. Go to github and log in. In the top right you’ll see an icon to create a repository. Click that link. Enter a repository name. Separate words with dashes (i.e. my-first-repo) Enter a description for what the repository … read more
- Comments
- No Comments »
- Headline
Generating an SSH Key for Github
- Date
- February 7th, 2013
- Category
- Developer
- Story
These are the steps to generate a new ssh key for Github: Open terminal and run the following command: $ ssh-keygen -t rsa you will be prompted to for the location to save the key: Enter file in which to save the key (/Users/USERNAME/.ssh/id_rsa): /Users/USERNAME/.ssh/your_key_name Two key will have been generated at the path you … read more
- Comments
- No Comments »