README.md: how we found the repo name

This commit is contained in:
Oliver Schraml 2019-12-18 14:11:39 +01:00
parent 8a0de757f5
commit 79c6c22852
1 changed files with 27 additions and 1 deletions

View File

@ -1,3 +1,29 @@
# GitAuto
perform git commands from shell
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/
```