2017-10-11から1日間の記事一覧

Github での今の自分のやり方の覚書

clone して、issueでbranch $ git clone https://github.com/guutara/hogehoge.git $ cd hogehoge $ git config --global user.email xxx@xxxx.xx $ git config --global user.name "USERNAME" $ git branch * master $ git branch issuXX $ git branch issu…