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 0135223 commit 1ffab41Copy full SHA for 1ffab41
README.md
@@ -76,6 +76,11 @@ This script is here to allow managing a git repository in the directory it
76
resides in as a sort of cache, usable as a reference git repo for faster
77
clones e.g. in a CI environment.
78
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
0 commit comments