We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8e9d1 commit aa7f52aCopy full SHA for aa7f52a
book/06-github/sections/3-maintaining.asc
@@ -89,7 +89,7 @@ You could technically merge in the Pull Request work with something like this:
89
90
[source,console]
91
----
92
-$ curl http://github.com/tonychacon/fade/pull/1.patch | git am
+$ curl https://github.com/tonychacon/fade/pull/1.patch | git am
93
94
95
===== Collaborating on the Pull Request
0 commit comments