From f991a12e81ea8055e26770f2b2249e58578b2b8b Mon Sep 17 00:00:00 2001 From: Dong Zhou Date: Wed, 6 Dec 2023 08:47:29 -0500 Subject: [PATCH] update gita ll help message --- gita/__main__.py | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gita/__main__.py b/gita/__main__.py index 6494836..a5fac39 100644 --- a/gita/__main__.py +++ b/gita/__main__.py @@ -602,7 +602,8 @@ def main(argv=None): ll_doc = f""" status symbols: +: staged changes *: unstaged changes - _: untracked files/folders + ?: untracked files/folders + $: stashed changes branch colors: {info.Color.white}white{info.Color.end}: local has no remote diff --git a/setup.py b/setup.py index b053333..18cdd2e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="gita", packages=["gita"], - version="0.16.6.4", + version="0.16.6.5", license="MIT", description="Manage multiple git repos with sanity", long_description=long_description,