Skip to content

Commit 655889b

Browse files
add images on how to create a new github repository
1 parent 20bdea4 commit 655889b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/5.from_git_to_github.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ Dr. X signs up at [github.com](https://github.com) and creates a new repository.
3838

3939
### On GitHub's website:
4040

41-
1. Click the **"+"** icon → **"New repository"**
41+
1. Click the <kbd>Repositories</kbd> → <kbd style="background-color: green; color: white;">New</kbd>
42+
<p align="center">
43+
<img src="../images/newrepo_and_Greenbutton_combined.png" alt="drawing" width="300"/>
44+
</p>
4245
2. Name it: `CellClusterFlow`
4346
3. Add description: `scRNA-seq analysis pipeline with quality control and clustering`
4447
4. Choose **Public** (open science!) or **Private** (for unpublished work)
@@ -53,6 +56,10 @@ flowchart LR
5356
style C fill:#e6ffe6,stroke:#333
5457
````
5558

59+
<p align="center">
60+
<img src="../images/github_create_repository.png" alt="drawing" width="500"/>
61+
</p>
62+
5663
---
5764

5865
## 2. Connecting Local Repository to GitHub
28.7 KB
Loading

0 commit comments

Comments
 (0)