Skip to main content
Version: v2.10.0

Git Limitations in Yeedu

Git integration in Yeedu has a few hard limits. They keep the system stable, keep performance steady, and keep repository work inside a workspace reliable. These limits apply when you clone a repository, switch a branch, or run any Git operation inside a Git folder, and we list the current numbers below.

Check them first if you're bringing in a large repository.


Repository and Workspace Limits

CategoryConstraint / LimitScopeNotes
File Size Limit500 MBPer fileOperations that attempt to download or create files larger than this limit will fail.
Total File Count20,000Whole workspaceIncludes all Git-tracked and workspace files.
Workspace Storage50 GBWhole workspaceTotal size of all workspace files, including Git folders. Current usage is shown by the Workspace Usage meter at the bottom left of the Files page (for example Storage 151.61 MB / 50 GB).
Git Folder File Limit10,000 filesPer Git folderHard limit; branch switch exceeding this fails.
Git Folder Notebook Limit5,000 notebooksPer Git folderApplies to notebook files inside a Git folder.
Branch Size1 GBPer branchApplies to the total size of files within a branch.