<div dir="ltr">For those of you who haven't used github that much in the past and are nearing more complete plugins, the below guide is a quick tutorial on how to make a pull request.<br><div><br><a href="http://hisham.hm/2016/01/01/how-to-make-a-pull-request-on-github-a-quick-tutorial/">http://hisham.hm/2016/01/01/how-to-make-a-pull-request-on-github-a-quick-tutorial/</a><br><br></div><div>The main difference if you already have a checkout of VIAME, step 2 will be different. Instead of git cloning a new remote, you should add a remote branch to your fork, ie:<br><br></div><div>git remote add [fork name] [link to your git repo.git]<br><br></div><div>Then push to your fork<br><br></div><div>git fetch -p [fork name] <br></div><div>git push [fork name] [branch name with commits]<br clear="all"></div><div><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Matthew Dawkins<br>1-518-881-4416<br>Senior R&D Engineer<br>Kitware, Inc<br></div></div></div></div></div>
</div></div>