Jun's Blog

Output, activities, memo and etc.

Entries from 2017-12-05 to 1 day

Sending pull-request to Mercurial repository

A way to send pull-request to Git repository is deeply in my mind and body. In case of git repo. I would show this as a comparison of Marcurial repo. $ git clone <repo url> $ git remote add junaruga <forked repo url> $ git checkout -b feature/foo $ vi something $ gi</forked></repo>…