Complete GitHub Reference Guide: From Git Basics to gh CLI Mastery
BASIC COMMANDS
CommandDescriptiongit initCreate new repositorygit clone <url>Copy existing repogit statusCheck what changedgit add <file>Stage a filegit add .Stage all filesgit commit -m "msg"Save snapshotgit log!-->!-->!-->…