You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,23 @@ Hosted at [HarshKapadia2.github.io/git-graph](https://harshkapadia2.github.io/gi
8
8
>
9
9
> -[Learn about Git Objects.](https://git.harshkapadia.me/#_git_objects)
10
10
> - 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.
12
12
> - Please report errors and bugs by [raising issues](https://github.com/HarshKapadia2/git-graph/issues).
13
13
14
14
## Usage
15
15
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.
17
17
- If the `.git` directory is not visible in the directory picker, please enable hidden file viewing on the local machine.
18
18
- 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))
20
20
- Using the Commit Selector, one or more Commits and their corresponding Trees and Blobs can be highlighted.
21
21
- Hover over objects and click on the 'Raw' button to view the raw contents of that Git Object.
0 commit comments