GitDemo2

this is a demo repo

git clone url

cd GitDemo2

manually create a file

git add filename

git commit -m commit message ""

git push

change the file in github repository

git pull

git status

git checkout

git log