Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 879 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 879 Bytes

Name-Siddharth Chaberia

Just Learning How To Use Git And Github :

In this repository, I created few basic python files and pushed it into my repository.

The commands I used in creating this file are written below with a short description:

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

Github Logo

Thankyou for reading my readme.md file