Git.sh (Shit): Git implementation written in bash
What's this?
Yet another Git implementation written in bash.
Requirements
bash
(1) 3.0+ or zsh
(1) 5.0+
- some external commands
How to install
$ sudo make install
...
Usage
$ shit init
$ shit ls-files
Inspired by
- Gitのつくりかた YAPC::Asia 2015 @DQNEO
Memo
- Bash/Zsh スクリプトならバイナリを扱える。さて何をしよう…… - Qiita