Skip to content

Commit ec89126

Browse files
committed
revise/add text/links; git
1 parent b5821d8 commit ec89126

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

FAQ.docbook5.xml.tt2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -543,12 +543,12 @@ control system</link>. For more about version control
543543
systems and the motivation behind them see
544544
<link xlink:href="http://better-scm.shlomifish.org/">the
545545
“Better SCM” Site</link> and
546-
<link xlink:href="http://www.shlomifish.org/lecture/Perl/Newbies/lecture5/version-control/">a
547-
related section from “Perl for Perl Newbies”</link> (which
548-
is not exclusively limited to Perl) and
549546
<link xlink:href="http://www.slideshare.net/xSawyer/source-code-management-systems">Sawyer
550547
X’s talk about source code management systems</link>.
551548
</para>
549+
<para>
550+
As of 2024, <link xlink:href="https://en.wikipedia.org/wiki/Git">the Git version control system</link> has established itself as the dominant and go-to solution. While Git is not perfect, in our opinion we think that <link xlink:href="https://www.shlomifish.org/humour/fortunes/show.cgi?id=sharp-programming-BitKeeper-or-GitHub">it is good enough</link> to avoid using any-of-the-semingly-less-popular alternatives.
551+
</para>
552552
</listitem>
553553
</orderedlist>
554554
<itemizedlist spacing="compact">

FAQ.mdwn

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,15 @@ But here goes with a grain of salt:
297297
1. Use a good [version control
298298
system](http://en.wikipedia.org/wiki/Revision_control). For more
299299
about version control systems and the motivation behind them see
300-
[the “Better SCM” Site](http://better-scm.shlomifish.org/) and [a
301-
related section from “Perl for Perl
302-
Newbies”](http://www.shlomifish.org/lecture/Perl/Newbies/lecture5/version-control/)
303-
(which is not exclusively limited to Perl) and [Sawyer X’s talk
304-
about source code management
300+
[the “Better SCM” Site](http://better-scm.shlomifish.org/) and
301+
[Sawyer X’s talk about source code management
305302
systems](http://www.slideshare.net/xSawyer/source-code-management-systems).
303+
As of 2024, [the Git version control
304+
system](https://en.wikipedia.org/wiki/Git) has established itself as
305+
the dominant and go-to solution. While Git is not perfect, in our
306+
opinion we think that [it is good
307+
enough](https://www.shlomifish.org/humour/fortunes/show.cgi?id=sharp-programming-BitKeeper-or-GitHub)
308+
to avoid using any-of-the-semingly-less-popular alternatives.
306309

307310
- Please don't give the usual cliches that you don't need a version
308311
control system if you’re only one person or that the project is not

FAQ_with_ToC__generated.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -388,12 +388,15 @@ But here goes with a grain of salt:
388388
1. Use a good [version control
389389
system](http://en.wikipedia.org/wiki/Revision_control). For more
390390
about version control systems and the motivation behind them see
391-
[the “Better SCM” Site](http://better-scm.shlomifish.org/) and [a
392-
related section from “Perl for Perl
393-
Newbies”](http://www.shlomifish.org/lecture/Perl/Newbies/lecture5/version-control/)
394-
(which is not exclusively limited to Perl) and [Sawyer X’s talk
395-
about source code management
391+
[the “Better SCM” Site](http://better-scm.shlomifish.org/) and
392+
[Sawyer X’s talk about source code management
396393
systems](http://www.slideshare.net/xSawyer/source-code-management-systems).
394+
As of 2024, [the Git version control
395+
system](https://en.wikipedia.org/wiki/Git) has established itself as
396+
the dominant and go-to solution. While Git is not perfect, in our
397+
opinion we think that [it is good
398+
enough](https://www.shlomifish.org/humour/fortunes/show.cgi?id=sharp-programming-BitKeeper-or-GitHub)
399+
to avoid using any-of-the-semingly-less-popular alternatives.
397400

398401
- Please don't give the usual cliches that you don't need a version
399402
control system if you’re only one person or that the project is not

0 commit comments

Comments
 (0)