diff options
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawkworkflow.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index a1898169..9f3430ef 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2020-11-28 Arnold D. Robbins <arnold@skeeve.com> + + * gawkworkflow.texi: Add an additional web resource. + 2020-11-16 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in (Nextfile Statement): Clarify what happens in diff --git a/doc/gawkworkflow.texi b/doc/gawkworkflow.texi index 0aa68825..4106b75d 100644 --- a/doc/gawkworkflow.texi +++ b/doc/gawkworkflow.texi @@ -2147,6 +2147,10 @@ In particular, the @uref{https://git-scm.com/book/en/v2, See also @uref{http://savannah.gnu.org/maintenance/UsingGit, the Savannah quick introduction to Git}. +A nice article on how Git works is +@uref{http://jwiegley.github.io/git-from-the-bottom-up/, +@cite{Git From The Bottom Up}}, by John Wiegley. + @node TODO @appendix Stuff Still To Do In This Document |