Skip to main content

8 docs tagged with "git"

View All Tags

Git Multiple Repositories

When your codebase becomes too large to maintain in a single Git repository, you should consider using multiple

Git Worktree

Git Worktree is a feature that allows you to maintain multiple working trees associated with a single Git repository.

Make another branch as master

Since the task was to simply use another branch instead of master, you can simply remove master branch completely or