Git
Tag
List by date
git tag --sort=-creatordate
## with date
git log --tags --simplify-by-decoration --pretty="format:%ci %d"
Worktree
Add
Add new worktree git worktree add <path> <branch>
git worktree add ../repo.tree/master master
git worktree remove <path>
git worktree list