Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 193 Bytes

File metadata and controls

10 lines (9 loc) · 193 Bytes

git 練習

git init
git add a.txt
git commit -m "add message"
git status
git diff a.txt
git branch canvas
git checkout canvas
git merge canvas