It took some time to figure that out, because usually my userprofile is bound to a drive letter by an enterprise startup script and accessing that drive letter was working as usual. I'm not sure why the git-config used the network share and not the drive letter (probably a younger me ...
Shown when git-fetch[1] takes a long time to calculate forced updates after ref updates, or to warn that the check is disabled. forceDeleteBranch Shown when the user tries to delete a not fully merged branch without the force option set. ignoredHook Shown when a hook is ignored because...
the same as specifying normal), to help you avoid forgetting to add newly created files. Because it takes extra work to find untracked files in the filesystem, this mode may take some time in a large working tree. Consider enabling untracked cache and split index if supported (see git ...
The Handbook GitLab Values About GitLab About the Handbook Acquisitions Handbook Board of Directors and Corporate Governance CEO CEO Shadow Program Office of the CEO Customer Success Engineering Enterprise Data Team Entity-Specific Information Executive Business Administrators Finance Git...
The fact that I cannotgit addleads me to believe that the unresponsiveness isn't simply due to very large files. Sincegit stashalso hangs, I don't think it's merely a problem with communicating with origin. git remote show originshows the expected remote URL. I'm working on a branch an...
We're an all-remote company that allows people to work from almost anywhere in the world. It's important for us to practice clear communication in ways that help us stay connected and work more efficiently.
Not sure -#873mostly talks about the placeholder files themselves, if I'm reading it correctly, while in this case the bottleneck seems to be more related to the implementation ofPlaceholderListDatabase. I'm working on a PR to address this, hope to submit in the next couple of days (but...
Create a new local repository git init Check out a repository Create a working copy of a local repository: git clone /path/to/repository For a remote server, use: git clone username@host:/path/to/repository Add files Add one or more files to staging (index): ...
Rather than downloading Git LFS files one at a time, thegit lfsclonecommand waits until the checkout is complete, and then downloads any required Git LFS files as a batch. This takes advantage of parallelized downloads, and dramatically reduces the number of HTTP requests and processes spawned...
* "git remote rename A B", depending on the number of remote-tracking refs involved, takes long time renaming them. The command has been taught to show progress bar while making the user wait. * Bundle file format gets extended to allow a partial bundle, ...