add docs
All checks were successful
continuous-integration/drone/push Build is passing

main@origin
This commit is contained in:
Kasper Juul Hermansen 2024-09-23 22:37:08 +02:00
parent b5c3c9bac9
commit 7231c85448
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM

View File

@ -8,6 +8,14 @@ Git Now is a utility for easily navigating git projects from common upstream pro
```bash ```bash
cargo (b)install gitnow cargo (b)install gitnow
# You can either use gitnow directly (and use spawned shell sessions)
gitnow
# Or install gitnow scripts (in your .bashrc, .zshrc) this will use native shell commands to move you around
eval $(gitnow init zsh)
git-now # Long
gn # Short alias
``` ```
## Reasoning ## Reasoning