Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seungwonpark/ghudegy-chain
- Owner: seungwonpark
- Created: 2019-03-31T02:16:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T15:01:33.000Z (12 months ago)
- Last Synced: 2024-12-17T19:06:59.390Z (11 days ago)
- Topics: blockchain, git, global-warming
- Language: Python
- Homepage: https://www.acmicpc.net/contest/problem/385/10
- Size: 4.88 KB
- Stars: 90
- Watchers: 9
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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