From: Omar Polo Subject: two nits for comparison.html To: gameoftrees@openbsd.org Date: Sat, 01 Jul 2023 08:25:24 +0200 `gotadmin init' is equivalent to `git init --bare', git init alone creates a worktree too. `git am' also creates the commit, so `got patch' is closer to `git apply'. diff /home/op/w/got-www commit - 3dd5e265bda4ef7eb17066937b2f63d85157bc51 path + /home/op/w/got-www blob - 573a350183b3334f9d647699ada6e59eaa7a0282 file + comparison.html --- comparison.html +++ comparison.html @@ -105,7 +105,7 @@ The table below lists some commonly used commands and gotadmin init cvs init svnadmin create -git init +git init --bare got checkout cvs checkout @@ -145,7 +145,7 @@ The table below lists some commonly used commands and got patch /usr/bin/patch svn patch -git am +git apply got add <unversioned path> cvs add