2021 Spring Semester Computer Programming II, NCCU
- Windows
https://git-scm.com/downloads - Mac OS
brew install git
- Linux (Ubuntu)
apt-get install git
git clone
git status
git commit -m "<your_commit>"
git push <remote_name> <branch_name>
git log
git pull
git pull <remote_name>
git branch
git branch <branch_name>
git checkout <branch_name>
git merge <branch_name>
git remote
git remote -v
git remote add <remote_name> <URL>
- fork
- Pull Request (PR)
- 在 GitHub 上面找到 chang861224/1092CP2_Lab0408 這個資料夾
- 將這個資料夾 fork 到你自己的 GitHub
- 將你 fork 來的這個資料夾 clone 到你電腦的 local 端
- 創建一個 branch ,名稱為「NCCU<學號>」
- 在資料夾裡面新增一個檔案,檔名「Lab0408_<學號>.txt」,檔案內容則是去找一首英文歌,把歌名和歌詞貼過來
- 在 commit 打「<學號>: <歌名>」
- 將更新後的資料夾 push 到自己的 GitHub 上,然後發一個 PR 給我