I hereby claim:
- I am parent5446 on github.
- I am parent5446 (https://keybase.io/parent5446) on keybase.
- I have a public key whose fingerprint is C534 55EA 154A E382 DC85 9D68 405D 34A7 C86B 42DF
To claim this, I am signing this object:
| --[[ | |
| Copyright 2016 Google Inc. | |
| Written by Tyler Romeo <[email protected]? | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. | |
| This program is distributed in the hope that it will be useful, |
| <h2 id="i-tmp-title">Contributor Agreement</h2> | |
| <h2 id="i-tmp-subtitle"><span id="i-tmp-contributor-type">Individual</span> Contributor <span id="i-tmp-contributor-exclusivity">Non-Exclusive</span> License Agreement</h2> | |
| <h2 id="i-tmp-subtitle-patent">including the <span id="i-tmp-patent-option">Patent Pledge</span> OPTION</h2> | |
| <p>Thank you for your interest in contributing to <span id="i-tmp-project-name">Brancher</span> ("We" or "Us").</p> | |
| <p>The purpose of this contributor agreement ("Agreement") is to clarify and document the rights granted by contributors to Us. To make this document effective, please follow the instructions at <span id="i-tmp-submission-instructions">____________________</span>.</p> | |
| <h3>1. DEFINITIONS</h3> |
| #!/bin/sh | |
| if git rev-parse --verify HEAD >/dev/null 2>&1 | |
| then | |
| against=HEAD | |
| else | |
| # Initial commit: diff against an empty tree object | |
| against=4b825dc642cb6eb9a060e54bf8d69288fbee4904 | |
| fi |
I hereby claim:
To claim this, I am signing this object:
| git reflog expire --expire=1.minute --all | |
| git gc --prune=all --aggressive |
Locate the section for your github remote in the .git/config file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this: