Skip to content

Instantly share code, notes, and snippets.

@jessevdp
Last active February 3, 2025 10:31
Show Gist options
  • Save jessevdp/8ed52506bc93cd04f2b93db75e50b5cc to your computer and use it in GitHub Desktop.
Save jessevdp/8ed52506bc93cd04f2b93db75e50b5cc to your computer and use it in GitHub Desktop.
mkdir project-folder
cd project-folder
git clone --bare repo.git .bare
echo "gitdir: ./.bare" > .git
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
git worktree add main main
git worktree add ticket-num "feature/ticket-num"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment