GItHub Commands Summary
Below is the table summarising all operations: Command Description Syntax git clone Clone a repository into a newly created directory git clone <repository> git init Initialise a new Git repository git init git add Add changes in the working tree to the index git add <file> git commit Record changes to the repository git commit …