個人作業網站

Week2 << Previous Next >> Week4

Week3

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


Week2 << Previous Next >> Week4