Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seungwonpark/ghudegy-chain

Nth commit must have commit hash with N leading zeros - 진짜 구데기컵 2018
https://github.com/seungwonpark/ghudegy-chain

blockchain git global-warming

Last synced: 3 days ago
JSON representation

Nth commit must have commit hash with N leading zeros - 진짜 구데기컵 2018

Awesome Lists containing this project

README

        

# ghudegy-chain
Ghudegy-chain inspired by https://github.com/dj-shin/gitchain

## Merging pull request without merge commit
```bash
git checkout -b jh05013-master master
git pull https://github.com/jh05013/ghudegy-chain.git master
git checkout master
git merge --ff-only jh05013-master # not --no-ff
git push origin master
```
Refer to https://shinglyu.com/web/2018/03/25/merge-pull-requests-without-merge-commits.html