Skip to content

Commit 65b0fba

Browse files
committed
📚 chore: Update README.md content and pictures
1 parent 0dc35da commit 65b0fba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ Hosted at [HarshKapadia2.github.io/git-graph](https://harshkapadia2.github.io/gi
88
>
99
> - [Learn about Git Objects.](https://git.harshkapadia.me/#_git_objects)
1010
> - This web app is a part of [my Git Internals talks](https://talks.harshkapadia.me/git_internals).
11-
> - Special thanks to [@KartikSoneji](https://github.com/KartikSoneji) for his help with a few critical things.
11+
> - Special thanks to [@KartikSoneji](https://github.com/KartikSoneji) for his help with parsing Tree files and [@tusharnankani](https://github.com/tusharnankani) for his UI/UX suggestions.
1212
> - Please report errors and bugs by [raising issues](https://github.com/HarshKapadia2/git-graph/issues).
1313
1414
## Usage
1515

16-
- Select the `.git` directory of a repository for the graph to appear.
16+
- Select the `.git` directory of a repository for the graph to render.
1717
- If the `.git` directory is not visible in the directory picker, please enable hidden file viewing on the local machine.
1818
- Extremely huge repositories might not load due to browser memory constraints.
19-
- Packed repo error: Please unpack all the [packfiles](https://git.harshkapadia.me/#_the_pack_directory) (`.pack` files) in the repository. ([Tutorial](https://www.youtube.com/watch?v=cauIy20JhFs))
19+
- Packed repo error: Please unpack **all** the [packfiles](https://git.harshkapadia.me/#_the_pack_directory) (`.pack` files) in the repository. ([Tutorial](https://www.youtube.com/watch?v=cauIy20JhFs))
2020
- Using the Commit Selector, one or more Commits and their corresponding Trees and Blobs can be highlighted.
2121
- Hover over objects and click on the 'Raw' button to view the raw contents of that Git Object.
2222

2323
## Screenshots
2424

2525
![](repo-img/sample-1.png)
2626

27-
Select one or more commits to highlight 👇
27+
Select commit(s) to highlight 👇
2828

2929
![](repo-img/sample-2.png)
3030

repo-img/sample-2.png

18.8 KB
Loading

repo-img/sample-3.png

11.6 KB
Loading

0 commit comments

Comments
 (0)