svn primer translation to git

Emanuel Haupt ehaupt at FreeBSD.org
Thu Jun 25 06:24:58 UTC 2020


Ed Maste <emaste at freebsd.org> wrote:
> We currently have a FreeBSD Subversion primer in the committer's
> guide:
> https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/subversion-primer.html
> 
> I've started a translation of this into a Git primer, at:
> https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view
> 
> I'm particularly interested in feedback on how much git background /
> theory of operation we want to include here (vs referring to external
> documentation).

Thank you for writing the document.

Maybe we could address the convention [1] that with git commit messages
usually begin with a subject, followed by a blank line and then the
commit body.

This schema produces beautiful commit logs on web-based DevOps lifecycle
tools such as github, gitlab, gitea.

I further recommend this [2] article on the subject.

Emanuel

[1] https://git-scm.com/docs/git-commit#_discussion
[2] https://chris.beams.io/posts/git-commit/


More information about the freebsd-git mailing list