Skip to content

Commit e82fd42

Browse files
Merge pull request #45 from kir-rescomp/dev
add newrepo green button and repositories label
2 parents fc46756 + 655889b commit e82fd42

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

docs/5.from_git_to_github.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Think of Git as your personal lab notebook, and GitHub as a shared lab server wh
2525

2626
GitHub is a **hosting platform** for Git repositories with powerful collaboration features built on top.
2727

28-
!!! note "Git ≠ GitHub"
28+
!!! circle-info "Git ≠ GitHub"
2929
- **Git**: Version control system (the tool)
3030
- **GitHub**: Web-based hosting service (the platform)
3131
- Alternatives exist: GitLab, Bitbucket, but GitHub is the most popular in research
@@ -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
73.9 KB
Loading
28.7 KB
Loading
7.22 KB
Loading

docs/images/repositories_label.png

2.05 KB
Loading

0 commit comments

Comments
 (0)