-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed 'ipfs gc' to 'ipfs repo gc' #1850
Conversation
There were the following issues with your Pull Request
Guidelines and a script are available to help. Your feedback on GitCop is welcome on this issue. This message was auto-generated by https://gitcop.com |
@matshenricson You're going to have to sign off your commit to make gitcop happy. Then you will need to re-generate the assets files (check assets/README.md). Once thats done, the last step is to re-run ipfs init to get the new welcome docs hash and update that in |
@matshenricson see https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh -- can just run it from cd $GOPATH/src/github.com/ipfs/go-ipfs
# setup the commit hook
wget https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh
chmod +x setup_commit_msg_hook.sh
./setup_commit_msg_hook.sh
# checkout your branch
git checkout quick-start-tiny-fix
# amend the commit
git commit --amend
# force push
git push origin quick-start-tiny-fix -f |
Sorry for late reply. I understand that you need these license signoffs, Good luck! Mats On Sun, Oct 18, 2015 at 9:22 AM, Juan Benet notifications@github.com
|
@matshenricson it literally takes < 30s to setup the hook + amend commits. and this is standard for many large projects, like Git, the Linux Kernel, Docker, ... |
I like to know what I'm doing, and "hook + amend" are two words I've never Mats On Wed, Oct 28, 2015 at 2:18 PM, Juan Benet notifications@github.com
|
alright, i'll pick this one up |
< 30s to just write the sign-off by hand. |
No description provided.