From f41fce18661769405220929617f35d53c3765903 Mon Sep 17 00:00:00 2001 From: 248 Date: Mon, 23 May 2016 11:04:54 +0900 Subject: [PATCH] =?UTF-8?q?README=E8=BF=BD=E8=A8=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8a24c7e..dc35f82 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ # Hello, Pull Reauest + +use SorceTree + +## PR +git remote add upstream git@github.com:target/repo.git +git checkout master +git pull upstream master +git checkout topicbranch +git rebase master topicbranch +git push origin topicbranch