Auto-copy files when creating Git worktrees or Jujutsu workspaces
A simple pattern for automatically copying ignored files like .env into new Git worktrees or Jujutsu workspaces using a .worktree-copy config file.
TutorialGitJujutsu
Read post
2 posts
A simple pattern for automatically copying ignored files like .env into new Git worktrees or Jujutsu workspaces using a .worktree-copy config file.
Read post
git stash is a very useful feature in git allowing you to 'stash' away changes for later. This post goes over the most common commands and tricks.
Read post