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:
If you created a working directory from the new tree you just wrote, you would get the two files in the top level of the working directory and a subdirectory named `bak` that contained the first version of the `test.txt` file.
337
337
You can think of the data that Git contains for these structures as being like this:
0 commit comments