Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.4 KB

06_use-github.rst

File metadata and controls

45 lines (29 loc) · 1.4 KB

Using GitHub

Create a New Repository

Note

Replace __username__ with your username in following commands.

GitHub user menu bar

_images/06_github-1.png
  • Visit the GitHub website

  • Click your name to go to your own page on GitHub

  • To the right of your name, click the + to start a new repository

  • Fill out Repository name, Description, and .gitignore entries

  • Click button :guilabel:`Create repository` to generate the repository

    _images/06_github-2.png

GitHub will make a fresh repository and open it for you.

Fork a Remote Project

There is no need to start from scratch when creating a project. Instead, fork someone else's open source work. Login to GitHub, then:

_images/06_github-3.png

GitHub will make a copy of the repository and open it for you.