From 1c817f0dd08ccd91cd1881cc794ea4e807af09bc Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Sat, 27 Jun 2015 17:47:51 -0400 Subject: [PATCH] Site Readme: Link To More Advanced Workflow Doc --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 41341ac66d..db7a40c589 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,12 @@ You simply need to push additional commits on the appropriate branch of your Git 3. Replace your master branch by the upstream master branch. `git reset --hard upstream/master` 4. Replace your master branch on GitHub. `git push origin master -f` +**Advanced GitHub Workflow** + +If you continue to contribute to Bitcoin.org beyond a single pull +request, you may want to use a more [advanced GitHub +workflow](https://gist.github.com/harding/1a99b0bad37f9498709f). + ### Previewing #### Preview Small Text Changes