From 1005b17054ebdbbfbe4304242616044b204d5e75 Mon Sep 17 00:00:00 2001 From: 1062997 Date: Sat, 30 May 2020 15:55:48 +0800 Subject: [PATCH 1/4] [Example 6] 1062997 Signed-off-by: 1062997 --- ex6-branch.txt | 24 ++++++++++++++++++++++++ ex6.txt | 0 2 files changed, 24 insertions(+) create mode 100644 ex6-branch.txt create mode 100644 ex6.txt diff --git a/ex6-branch.txt b/ex6-branch.txt new file mode 100644 index 0000000..0a8ca2f --- /dev/null +++ b/ex6-branch.txt @@ -0,0 +1,24 @@ + official/ex0 + official/ex1 + official/ex2 + official/ex3 + official/ex3-2 + official/ex4 + official/ex4-2 + official/ex4-3 + official/ex5 + official/ex5-2 + official/ex6 + origin/HEAD -> origin/ex0 + origin/ex0 + origin/ex1 + origin/ex2 + origin/ex3 + origin/ex3-2 + origin/ex4 + origin/ex4-2 + origin/ex4-3 + origin/ex5 + origin/ex5-2 + origin/ex6 + origin/ex6-2 diff --git a/ex6.txt b/ex6.txt new file mode 100644 index 0000000..e69de29 From 4e7cf80b32c71689c18fc3d6b88961f961c27023 Mon Sep 17 00:00:00 2001 From: ChenYou-Lin Date: Tue, 9 Jun 2020 11:44:56 +0800 Subject: [PATCH 2/4] Modify the file "README.md" Add more detail into README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c493cd..5dad31f 100644 --- a/README.md +++ b/README.md @@ -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 -``` +``` \ No newline at end of file From 5ef1107640fb1145a4de005f392fe080e63fb31b Mon Sep 17 00:00:00 2001 From: ChenYou-Lin <62383420+ChenYou-Lin@users.noreply.github.com> Date: Tue, 9 Jun 2020 12:00:50 +0800 Subject: [PATCH 3/4] Delete ex6-branch.txt --- ex6-branch.txt | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 ex6-branch.txt diff --git a/ex6-branch.txt b/ex6-branch.txt deleted file mode 100644 index 0a8ca2f..0000000 --- a/ex6-branch.txt +++ /dev/null @@ -1,24 +0,0 @@ - official/ex0 - official/ex1 - official/ex2 - official/ex3 - official/ex3-2 - official/ex4 - official/ex4-2 - official/ex4-3 - official/ex5 - official/ex5-2 - official/ex6 - origin/HEAD -> origin/ex0 - origin/ex0 - origin/ex1 - origin/ex2 - origin/ex3 - origin/ex3-2 - origin/ex4 - origin/ex4-2 - origin/ex4-3 - origin/ex5 - origin/ex5-2 - origin/ex6 - origin/ex6-2 From 9d1d37e65fea05067a2ee22682b7176ef65b8860 Mon Sep 17 00:00:00 2001 From: ChenYou-Lin <62383420+ChenYou-Lin@users.noreply.github.com> Date: Tue, 9 Jun 2020 12:01:05 +0800 Subject: [PATCH 4/4] Delete ex6.txt --- ex6.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 ex6.txt diff --git a/ex6.txt b/ex6.txt deleted file mode 100644 index e69de29..0000000