grafting-monorepos icon indicating copy to clipboard operation
grafting-monorepos copied to clipboard

Keep monorepos manageable using grafting

Results 3 grafting-monorepos issues
Sort by recently updated
recently updated
newest added

**Duration**: 20 minutes We will use different analysis tools to identify wrong practices in a repository. To do it we will use the following commands: - **git-sizer** - **git-find-dirs-many-files** -...

**Duration**: 20 minutes ### Grafting commands - **Step 1**: Clean your repository - LFS - Unneeded or unwanted files - Add dependencies to dependency management - Remove independent components -...

**Duration**: 10 minutes ### History of your repository Let's look at the history of your repository. Using a command line tool, run the following command on it: ``` git log...