I am a brazilian Git user and when watched a video about Git of Jonathan Lima named "Digging deep into Git" I thinked will be very good idea create the basic commands of Git for study a technology that I used in everytime of my programmer life. However I want rewrite the porcelain layer of the Git and by consequence learn more about it.
plumber needs just Git, Koala as bundler and a Unix based OS to run the commands.
> sh < <(curl -s -S -L https://raw.githubusercontent.com/guiferpa/plumber/master/tools/installer.sh)
> git clone git@github.com:guiferpa/plumber.git
Cloning into 'plumber'...
remote: Enumerating objects: 33, done.
remote: Counting objects: 100% (33/33), done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 33 (delta 11), reused 29 (delta 7), pack-reused 0
Receiving objects: 100% (33/33), 4.50 KiB | 4.50 MiB/s, done.
Resolving deltas: 100% (11/11), done.
> cd ./plumber && make
koala plumber /Users/user/src/github.com/guiferpa/plumber/bin/plr
2018/10/09 11:57:17 no custom tag then by default will be use <import> as tag
2018/10/09 11:57:17 spelled successfully 1257 bytes at /Users/user/src/github.com/guiferpa/plumber/bin/plr
ln -s /Users/user/src/github.com/guiferpa/plumber/bin/plr /usr/local/bin/plr
🚩 The plumber project is installed using a alias name plr to short itself.
> make clean
rm -rf /usr/local/bin/plr
rm -rf /Users/user/src/github.com/guiferpa/plumber/bin/plr
🚩 make clean will go to clean all builded and installed plumber.
- Git Internals
- Understanding the Index File by @mincong-h
- Becoming the Mario Bros of Git by @guiferpa
- Digging deep into Git by Jonathan Lima
- Understanding Git Data Model by Zvonimir Spajic
- Understanding Git Branching by Zvonimir Spajic
⚠️ Work in progress
CONTRIBUTE.md is coming soon
- bats - To run tests