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
+2-2
Original file line number
Diff line number
Diff line change
@@ -541,7 +541,7 @@ interested in how databases work.
541
541
542
542
The best places to start are the main entry points into GitDB:
543
543
544
-
-`Open()` - Initializes the reference to the database. It's responsible for
544
+
-[`Open()`](https://github.com/gogitdb/gitdb/blob/a8088f138b072edd64021591e34adf878f2d0bd5/init.go#L17) - Initializes the reference to the database. It's responsible for
545
545
creating the database if it doesn't exist and pulling down existing database
546
546
if an online remote is specified.
547
547
@@ -556,4 +556,4 @@ Below is a list of public, open source projects that use GitDB:
556
556
* VogueHotel - Uses Gitdb as the default database backend.
557
557
558
558
559
-
If you are using GitDB in a project please send a pull request to add it to the list. -->
559
+
If you are using GitDB in a project please send a pull request to add it to the list. -->
0 commit comments