Are Git forks actually Git clones?

I keep hearing people say they’re forking code in Git. Git “fork” sounds suspiciously like Git “clone” plus some (meaningless) psychological willingness to forgo future merges. There is no fork command in Git, right? GitHub makes forks a little more real by stapling correspondence onto it. That is, you press the fork button and later, … Read more