From 7231c85448bf9e0fcc7700b8c103c24e1866ccfb Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 23 Sep 2024 22:37:08 +0200 Subject: [PATCH] add docs main@origin --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f417331..3359713 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Git Now is a utility for easily navigating git projects from common upstream pro ```bash 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