git status
git add <file1> <file2>
git add .
git commit -m "message"
akjh20d8va vs dev
git checkout -b branch_name
git branch branch_name
git checkout branch_name
(For your project)
By Charles Xue