Learn about Codeup, an enterprise-level code management platform. It supports Git Large File Storage (LFS), and offers stability, reliability, and large capacity.
Advantages of Codeup
-
Stability: Codeup uses Alibaba Cloud storage to provide highly available storage for Git LFS.
-
Reliability: Codeup supports automatic storage scaling and multiple redundant data backups.
-
Capacity and cost: By default, each repository includes 5 GB of free LFS storage space. This is more generous and cost-effective than the 2 GB limit offered by many competing platforms.
-
Features: Comprehensive support for Git LFS workflows.
Capabilities of Codeup
Manage files in Git LFS
Browse text files stored in Git LFS
You can browse text files in Git LFS:
On the file details page of a repository, text files managed by Git LFS display three tabs: File, Blame, and Git LFS. The content area shows a Click to view raw file link.
Download binary files stored in Git LFS
You candownload of binary files stored in Git LFS:
From the Source Files page of a code repository, open a large file tracked by LFS. If the file cannot be previewed online, a notification appears. Click the Download file button to download the file to your local machine.
View images stored in Git LFS
You can render and download image-type files stored in Git LFS:

You can commit and see diff of Git LFS images.:
On the commit details page, Codeup marks image files managed by Git LFS, such as demo1.jpeg, with a Git LFS tag. Image changes appear in a side-by-side diff, showing the before and after versions.
Git LFS management features
In your code repository, go to to manage your Git LFS files. This page lets you:
View historical upload in Git LFS.
Download Git LFS object files.
Examine commits associated with Git LFS files.
Delete Git LFS files to free up storage space.
View historical deletion records in Git LFS.
Deleting LFS files might cause problems. See How to handle when files cannot be browsed or local push fails after deleting LFS files?