This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9040df
)
use checkout -b and not the more verbose two step process
author
Yves Orton
<demerphq@camel.booking.com>
Sat, 20 Dec 2008 13:38:32 +0000
(14:38 +0100)
committer
Yves Orton
<demerphq@camel.booking.com>
Sat, 20 Dec 2008 14:11:27 +0000
(15:11 +0100)
pod/perlrepository.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrepository.pod
b/pod/perlrepository.pod
index
9b74c92
..
27b0342
100644
(file)
--- a/
pod/perlrepository.pod
+++ b/
pod/perlrepository.pod
@@
-115,6
+115,10
@@
is up to date:
Now that we have everything up to date, we need to create a temporary new
branch for these changes and switch into it:
+ % git checkout -b orange
+
+which is the short form of
+
% git branch orange
% git checkout orange
@@
-183,8
+187,7
@@
you should try out the patch.
First we need to create a temporary new branch for these changes and
switch into it:
- % git branch experimental
- % git checkout experimental
+ % git checkout -b experimental
Now we should apply the patch: