LinuxCommandLibrary
LinuxCommandLibrary copied to clipboard
A correction for git section
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.