Skip to content

beusj/cds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

cds

February 13th, 2020

  1. do you have a GitHub account?

  2. ssh keys

  3. From terminal: ls -al ~/.ssh

  4. Look for one of these:

    • id_rsa.pub
    • id_ecdsa.pub
    • id_ed25519.pub
  5. If you don't have an existing key

    • ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
    • Accept the default file location
    • Create a secure passphrase
  6. see https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key for more about adding keys.

  7. git init -b cds

  8. touch my_initials_file

  9. git add my_initials_file

  10. git commit -m "touched a file"

  11. git remote add origin https://github.com/arcus/cds.git

  12. git push -u origin master

  13. Look at it from GitHub's perspective

Or

  1. git clone git@github.com:braunsb/afraid-to-commit.git

About

CDS Rotation GitHub Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors