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
That creates a directory named ``libgit2'', initializes a `.git` directory inside it, pulls down all the data for that repository, and checks out a working copy of the latest version.
92
+
That creates a directory named `libgit2`, initializes a `.git` directory inside it, pulls down all the data for that repository, and checks out a working copy of the latest version.
93
93
If you go into the new `libgit2` directory, you'll see the project files in there, ready to be worked on or used.
94
-
If you want to clone the repository into a directory named something other than ``libgit2'', you can specify that as the next command-line option:
94
+
If you want to clone the repository into a directory named something other than `libgit2`, you can specify the new directory name as an additional argument:
0 commit comments