Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.67 KB

create-a-github-account.md

File metadata and controls

22 lines (15 loc) · 1.67 KB

Getting started with Github

Create a Github account

  1. Go to http://github.com.
  2. Create a user name and password:
    ![github.com login page](/assets/Screen Shot 2018-05-14 at 11.21.09 AM.png)
  3. Go to your account profile page: ![github account profile](/assets/Screen Shot 2018-05-14 at 11.27.50 AM.png)
  4. Create a new repository: ![git repository page](/assets/Screen Shot 2018-05-14 at 11.29.26 AM.png)
  5. Name the git repository to the name of your OER Resource: ![make a new repo](/assets/Screen Shot 2018-05-14 at 11.31.37 AM.png)
  6. Select "Initialize this repository with a README" and click "Create repository": ![Create repository](/assets/Screen Shot 2018-05-14 at 11.32.24 AM.png)
  7. Your repo will look like this: ![repo front page](/assets/Screen Shot 2018-05-14 at 11.32.52 AM.png)

Clone the Github repo to your computer

  1. Click on "Clone or Download", then choose "Open in Desktop": ![Download repo to desktop](/assets/Screen Shot 2018-05-14 at 11.33.01 AM.png)
  2. If you don't already have Github's desktop app installed, you will need to install it now. You will be redirected to the download page: ![download github desktop app page](/assets/Screen Shot 2018-05-14 at 11.33.07 AM.png)
  3. After installation, you may have to repeat step one. The Desktop will ask you for a location on your desktop to save to. Choose a directory on your computer in "local path", and click "Clone". ![choose a local folder](/assets/Screen Shot 2018-05-14 at 1.25.52 PM.png) ![](/assets/Screen Shot 2018-05-14 at 1.26.12 PM.png)
  4. Congrats! You now have a cloned Github repository. ![Github desktop app repo view](/assets/Screen Shot 2018-05-14 at 1.13.17 PM.png)