Java Programming LAB
week 11



git clone https://github.com/TariqAlhathloul/Java-Programming-LAB.git
cd Java-Programming-LAB
git switch -c add-your-branch-name
git add fileName
您可以使用
git status查看更改的文件
git commit -m "anyComment"
git push -u origin your-branch-name