From c63ea96d6eec3e97c5251babee95726fcd64630d Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 27 Jul 2022 04:12:19 -0700 Subject: [PATCH] :memo: Made note on more features/refactoring of bgit --- scripts/bgit | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/bgit b/scripts/bgit index c7d10738..84d7321f 100755 --- a/scripts/bgit +++ b/scripts/bgit @@ -1,5 +1,9 @@ #!/bin/bash +# checklist: +# [-] add -i flag for install script (default if not git repo is found) +# [-] add -r flag to go back in history (should list rollback and automatically copy commit id to be pasted...) + # Error handling set -e