-
Notifications
You must be signed in to change notification settings - Fork 2
How to use this template in your own GitHub repository
Leighton Pritchard edited this page May 21, 2022
·
1 revision
To use git
with your project, and this template, you will need to do the following
- Create a GitHub account (if you do not already have one)
- Create a new repository from this template in your GitHub account
- Clone your new repository to your local machine
To create a new repository from this template at GitHub:
- Log in to GitHub at
https://github.com
- Use your browser to navigate to the GitHub page for this repository: https://github.com/sipbs-compbiol/template_bioinformatics_project
- Click on the
Use This Template
button
- Click on the
Owner
drop-down menu, and select the account you would like to own the new repository (this will most likely be your own account) - Type the name of the repository you want to create into the
Repository Name
field. - Add a short description of your repository (or your project) in the
Description
field. - Choose whether your repository should be
Public
(anyone can see or clone it),Private
(only you and those you authorise can see or clone it), orInternal
(this is probably not relevant to you, and can be ignored) - Click
Create Repository from Template
This will create a new repository in your GitHub
account, which should be visible from your account page. You can then clone this repository to your machine, or work with it in the browser.
The official guidance for creating a new repository can be found on GitHub at the link below.