| teamtype-join(1) | General Commands Manual | teamtype-join(1) |
NAME
teamtype-join - Join a shared directory via a join code, or connect to the most recent one
SYNOPSIS
teamtype join [--sync-vcs] [--directory] [-h|--help] [-V|--version] [JOIN_CODE]
DESCRIPTION
Join a shared directory via a join code, or connect to the most recent one
OPTIONS
- --sync-vcs
- EXPERIMENTAL: Also synchronize version-control directories like .git/ or .jj/, which are normally ignored. For Git, this will synchronize all branches, commits, etc. as well as your .git/config. This means that new commits will immediately appear at all peers, you can change branches together, etc
- --directory <DIRECTORY>
- The shared directory. Defaults to current directory
- -h, --help
- Print help
- -V, --version
- Print version
- [JOIN_CODE]
- Specify to connect to a new peer. Otherwise, try to connect to the most recent peer
VERSION
v0.9.0
| join 0.9.0 |