Skip to content

Commit b998bd1

Browse files
author
apparluk
authored
Replace ssh with https (#18229)
* use https in perlhack.pod * https and ssh in perlhack.pod * closing angle bracket * links * author
1 parent 81c73c1 commit b998bd1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ Eric Brine <[email protected]>
407407
Eric E. Coe <[email protected]>
408408
Eric Fifer <[email protected]>
409409
Eric Herman <[email protected]>
410+
Eric Lindblad <[email protected]>
410411
Eric Melville
411412
Eric Promislow <[email protected]>
412413
Erich Rickheit

pod/perlhack.pod

+7
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ L<https://help.github.com/en/articles/working-with-forks>.
7878

7979
% git remote add fork [email protected]:MyUser/perl5.git
8080

81+
For more information, see L<"Connecting to GitHub with SSH"|https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/connecting-to-github-with-ssh>.
82+
83+
If you'd rather use an HTTPS URL for your C<git push> see L<"Cloning with
84+
HTTPS URLs"|https://docs.github.com/en/free-pro-team@latest/github/using-git/which-remote-url-should-i-use#cloning-with-https-urls>.
85+
86+
% git remote add fork https://github.com/MyUser/perl5.git
87+
8188
Then, push your new branch to your fork.
8289

8390
% git push -u fork mychange

0 commit comments

Comments
 (0)