git clone +ssh address
git status
git add .
git commit -m “decoration”
git pull
git push
git push -u origin master
git remote add origin git@git.acwing.com:chn_0kr/kobmaster.git(repo address)
git config user.name “”
git config user.emial “”
cd repository /// git log
git checkout commit_hash
git clone ....
git pull
git status
git add .
git commit -m “version 1.1 :.....”
git push