From 79c6c22852c532f8684c728618749a17c566fc06 Mon Sep 17 00:00:00 2001 From: Oliver Schraml Date: Wed, 18 Dec 2019 14:11:39 +0100 Subject: [PATCH] README.md: how we found the repo name --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec6daa..3d6c7f1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,29 @@ # GitAuto -perform git commands from shell \ No newline at end of file +perform git commands from shell + +## How we found the repo name +```bash +Title: git_auto_fetch +J: add zsh +O: OK + +Title: git_auto_fetch_zsh +J: put zsh in front +O: OK + +Title: zsh_git_auto_fetch +O: remove fetch, it can do other stuff too +J: OK + +Title: zsh_git_auto +O: remove zsh, could be used by other shells as well +J: OK + +Title: git_auto +J: Put them together +O: OK + +Title: GitAuto +J&O: \o/ +```