30 lines
403 B
Markdown
30 lines
403 B
Markdown
# GitAuto
|
|
|
|
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/
|
|
```
|