From: Stefan Sperling Subject: Re: two nits for comparison.html To: Omar Polo Cc: gameoftrees@openbsd.org Date: Sat, 1 Jul 2023 10:09:48 +0200 On Sat, Jul 01, 2023 at 08:25:24AM +0200, Omar Polo wrote: > `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'. Sure. There will always be cases which don't correspond 100% but the closer the better.