From 6e9e7c18613d531dd7fceb6f4b1db75a91def950 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Sun, 17 Jan 2016 04:55:15 +0700 Subject: [PATCH] Create 37.patch Checkout via command line If you cannot merge a pull request automatically here, you have the option of checking it out via command line to resolve conflicts and perform a manual merge. From your project repository, bring in the changes and test. Merge the changes and update on GitHub. --- pull/37.patch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pull/37.patch diff --git a/pull/37.patch b/pull/37.patch new file mode 100644 index 0000000..d3148bf --- /dev/null +++ b/pull/37.patch @@ -0,0 +1,7 @@ +git://github.com/GistIcon/md.md.git +git fetch origin +git checkout -b usernamealreadyis-patch-5 origin/usernamealreadyis-patch-5 +git merge master +git checkout master +git merge --no-ff usernamealreadyis-patch-5 +git push origin master