Skip to content

Commit bbcc69f

Browse files
authored
Update README.md
Cosmetic markup
1 parent 1ffab41 commit bbcc69f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ This script is here to allow managing a git repository in the directory it
7676
resides in as a sort of cache, usable as a reference git repo for faster
7777
clones e.g. in a CI environment.
7878

79-
NOTE: Development of this script has been separated into
80-
https://github.com/jimklimov/git-refrepo-scripts
81-
to better align with related evolution of Jenkins Git Client plugin
82-
proposed in https://github.com/jenkinsci/git-client-plugin/pull/644
83-
84-
** Thanks to bits of wisdom at https://stackoverflow.com/a/57133963/4715872
85-
and https://pcarleton.com/2016/11/10/ssh-proxy/ I now know that if we have
86-
overloaded our firewall banging SSH repos at `github.com:22` we can also
87-
fetch over make-believe HTTPS port including over a proxy like Squid with
88-
`ProxyCommand` line un-commented below):
79+
NOTE: Development of this script has been separated into
80+
https://github.com/jimklimov/git-refrepo-scripts
81+
to better align with related evolution of Jenkins Git Client plugin
82+
proposed in https://github.com/jenkinsci/git-client-plugin/pull/644
83+
84+
* Thanks to bits of wisdom at https://stackoverflow.com/a/57133963/4715872
85+
and https://pcarleton.com/2016/11/10/ssh-proxy/ I now know that if we have
86+
overloaded our firewall banging SSH repos at `github.com:22` we can also
87+
fetch over make-believe HTTPS port including over a proxy like Squid with
88+
`ProxyCommand` line un-commented below):
8989
````
9090
### ~/.ssh/config
9191
Host github.com

0 commit comments

Comments
 (0)