Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assignment 3 #600

Open
wants to merge 4 commits into
base: ex6
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Example 6:

1. 依照投影片描述做修改
1. Clone your ncyu-2020 project

2. 完成後, 在GITHUB_PROJECT資料夾下, 執行以下指令
2. Add and fetch remote repository

3. Push HEAD to origin refs/heads/ex6-2 branch

4. 不能push, 請改用git push --force origin HEAD:refs/heads/ex6-2

5. 完成後, 在GITHUB_PROJECT資料夾下, 執行以下指令

```
bash <(curl -s https://raw.githubusercontent.com/jrjang/ncyu-2020/ex6/scripts/ex6-test.sh) GITHUB_ACCOUNT GITHUB_PROJECT
```
```