Git worktree example

Git worktree is great a way to separate your code without having to create a new branch when you are not yet ready to commit. I have created a new repo in GitHub and cloned in a dir ‘worktree-example’. Open the dir with code . command and update the readme.md file. Now we can push …

Spread the love