Name-Siddharth Chaberia
Command | Description |
---|---|
git init |
used to create a new blank repository. |
touch file |
used to create a file named file with given extension in the present directory |
nano file |
to edit file and add few commands to it |
c . |
to open VS Code |
git add . |
used to add the files to staging area |
git commit |
to add files to commit area and commit |
git push |
used to push updates/new files to the github repository |
Thankyou for reading my readme.md file