SimonSchubert / LinuxCommandLibrary

1M+ downloads Linux reference app with basics, tips and formatted man pages
http://linuxcommandlibrary.com/
Apache License 2.0
799 stars 63 forks source link

A correction for git section #38

Closed discerno closed 1 week ago

discerno commented 1 year ago

Add remote repository should probably be written as: git remote add [remoteName] [remoteURL] because there might be remotes other than origin. The current version might mislead some to believe that the word "origin" is a necessary part of the command itself.

SimonSchubert commented 1 week ago

Good one, thanks a lot