git-locate

Crates.iogit-locate
lib.rsgit-locate
version0.1.0
created_at2025-07-24 03:25:06.992124+00
updated_at2025-07-24 03:25:06.992124+00
descriptionA git worktree switcher
homepage
repositoryhttps://github.com/asayers/git-locate
max_upload_size
id1765481
size68,057
CI (github:colearn-dev:ci)

documentation

README

git locate

git locate lists your branches (from newest to oldest) and you choose one. If the branch is already checked out in a worktree, it prints the path of that worktree. Otherwise, it checks out the branch in the current worktree. You use it like this:

$ cd $(git locate)
Commit count: 0

cargo fmt