Skip to content

Commit

Permalink
revise/add text/links; git
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Sep 22, 2024
1 parent b5821d8 commit ec89126
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
6 changes: 3 additions & 3 deletions FAQ.docbook5.xml.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -543,12 +543,12 @@ control system</link>. For more about version control
systems and the motivation behind them see
<link xlink:href="http://better-scm.shlomifish.org/">the
“Better SCM” Site</link> and
<link xlink:href="http://www.shlomifish.org/lecture/Perl/Newbies/lecture5/version-control/">a
related section from “Perl for Perl Newbies”</link> (which
is not exclusively limited to Perl) and
<link xlink:href="http://www.slideshare.net/xSawyer/source-code-management-systems">Sawyer
X’s talk about source code management systems</link>.
</para>
<para>
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.
</para>
</listitem>
</orderedlist>
<itemizedlist spacing="compact">
Expand Down
13 changes: 8 additions & 5 deletions FAQ.mdwn
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,15 @@ But here goes with a grain of salt:
1. Use a good [version control
system](http://en.wikipedia.org/wiki/Revision_control). For more
about version control systems and the motivation behind them see
[the “Better SCM” Site](http://better-scm.shlomifish.org/) and [a
related section from “Perl for Perl
Newbies”](http://www.shlomifish.org/lecture/Perl/Newbies/lecture5/version-control/)
(which is not exclusively limited to Perl) and [Sawyer X’s talk
about source code management
[the “Better SCM” Site](http://better-scm.shlomifish.org/) and
[Sawyer X’s talk about source code management
systems](http://www.slideshare.net/xSawyer/source-code-management-systems).
As of 2024, [the Git version control
system](https://en.wikipedia.org/wiki/Git) has established itself as
the dominant and go-to solution. While Git is not perfect, in our
opinion we think that [it is good
enough](https://www.shlomifish.org/humour/fortunes/show.cgi?id=sharp-programming-BitKeeper-or-GitHub)
to avoid using any-of-the-semingly-less-popular alternatives.

- Please don't give the usual cliches that you don't need a version
control system if you’re only one person or that the project is not
Expand Down
13 changes: 8 additions & 5 deletions FAQ_with_ToC__generated.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,12 +388,15 @@ But here goes with a grain of salt:
1. Use a good [version control
system](http://en.wikipedia.org/wiki/Revision_control). For more
about version control systems and the motivation behind them see
[the “Better SCM” Site](http://better-scm.shlomifish.org/) and [a
related section from “Perl for Perl
Newbies”](http://www.shlomifish.org/lecture/Perl/Newbies/lecture5/version-control/)
(which is not exclusively limited to Perl) and [Sawyer X’s talk
about source code management
[the “Better SCM” Site](http://better-scm.shlomifish.org/) and
[Sawyer X’s talk about source code management
systems](http://www.slideshare.net/xSawyer/source-code-management-systems).
As of 2024, [the Git version control
system](https://en.wikipedia.org/wiki/Git) has established itself as
the dominant and go-to solution. While Git is not perfect, in our
opinion we think that [it is good
enough](https://www.shlomifish.org/humour/fortunes/show.cgi?id=sharp-programming-BitKeeper-or-GitHub)
to avoid using any-of-the-semingly-less-popular alternatives.

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

0 comments on commit ec89126

Please sign in to comment.