git的基本操作練習
使用過的指令:
git push
git clone
git add .
git commit -m" "
git checkout
git branch
git log
git log --oneline --graph --all
git checkout master
git merge