how to use git
install git bash on your computer
create git folder anywhere in your computer
launch git bash from that git folder
clone the rappo git clone https://github.com/MuhammadAdeelUsman/TestCode.git
check the status of git git status
add a new file in git
after adding the content in file and save it
check the status of git git status
git add filename
check the status of git git status
git commit -m "subject"
check the status of git git status
git push