GITHUB commands
Step-by-Step Git Commands Execution:
Initialize a Git repository:
git init
Creates a new Git repository in the folder 24MCR095.Add a file to staging area:
git add 24MCR095.txt
Adds 24...