[Viame] How to make a pull request tutorial

Matt Dawkins matt.dawkins at kitware.com
Thu Sep 22 23:28:59 EDT 2016


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.

http://hisham.hm/2016/01/01/how-to-make-a-pull-request-on-github-a-quick-tutorial/

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:

git remote add [fork name] [link to your git repo.git]

Then push to your fork

git fetch -p [fork name]
git push [fork name] [branch name with commits]

-- 
Matthew Dawkins
1-518-881-4416
Senior R&D Engineer
Kitware, Inc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/viame/attachments/20160922/f9cfffa9/attachment.html>


More information about the Viame mailing list