From feefda26c2a03b1e0910cac3c133ea7d08381bc0 Mon Sep 17 00:00:00 2001 From: Syauqi Reza <136234897+rezcape@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:26:18 +0700 Subject: [PATCH 1/8] Add instruction for git pull in README --- README.MD | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 00000000..74027d26 --- /dev/null +++ b/README.MD @@ -0,0 +1 @@ +### git pull to update changes on your local project with online repository From a50bc77f65d1de633d4ecc396a29fc467a75cc2a Mon Sep 17 00:00:00 2001 From: Syauqi Reza <136234897+rezcape@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:29:48 +0700 Subject: [PATCH 2/8] Add git merge instruction to README --- README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/README.MD b/README.MD index 74027d26..b21e0c1c 100644 --- a/README.MD +++ b/README.MD @@ -1 +1,2 @@ ### git pull to update changes on your local project with online repository +### git merge to keep updated from other branch From 11a298f7ac391519d8301197b2cc8d40ea2678f9 Mon Sep 17 00:00:00 2001 From: Syauqi Reza <136234897+rezcape@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:38:37 +0700 Subject: [PATCH 3/8] Add 'git fetch' explanation to README Added explanation for 'git fetch' command. --- README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/README.MD b/README.MD index b21e0c1c..0baa467f 100644 --- a/README.MD +++ b/README.MD @@ -1,2 +1,3 @@ ### git pull to update changes on your local project with online repository ### git merge to keep updated from other branch +### git fetch downloads objects and refs from another repository without modifying your local working files.. it's like previewing changes in online repository. From bcae346727125f8e0cab0e15fd4d8d6c18f88763 Mon Sep 17 00:00:00 2001 From: Syauqi Reza <136234897+rezcape@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:40:39 +0700 Subject: [PATCH 4/8] Clarify git merge description in README --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 0baa467f..d1488c9e 100644 --- a/README.MD +++ b/README.MD @@ -1,3 +1,3 @@ ### git pull to update changes on your local project with online repository -### git merge to keep updated from other branch +### git merge to keep updated from other branch, locally. ### git fetch downloads objects and refs from another repository without modifying your local working files.. it's like previewing changes in online repository. From e1528ed5f35c5c796a9ed7dabc3557b1b0bc7313 Mon Sep 17 00:00:00 2001 From: thisiskcp Date: Sat, 18 Jul 2026 13:18:42 +0700 Subject: [PATCH 5/8] test pr --- README.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.MD b/README.MD index d1488c9e..cf0afc71 100644 --- a/README.MD +++ b/README.MD @@ -1,3 +1,7 @@ ### git pull to update changes on your local project with online repository + ### git merge to keep updated from other branch, locally. + ### git fetch downloads objects and refs from another repository without modifying your local working files.. it's like previewing changes in online repository. + +### git pull test From e2af5db8e80795bbb35a03e4559b596e43bce743 Mon Sep 17 00:00:00 2001 From: thisiskcp Date: Sat, 18 Jul 2026 13:40:38 +0700 Subject: [PATCH 6/8] test git fetch --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index cf0afc71..0bfeba21 100644 --- a/README.MD +++ b/README.MD @@ -5,3 +5,5 @@ ### git fetch downloads objects and refs from another repository without modifying your local working files.. it's like previewing changes in online repository. ### git pull test + +### test git pull From dc302f40f31f9e22c5340612989675a62ba318f5 Mon Sep 17 00:00:00 2001 From: thisiskcp Date: Sat, 18 Jul 2026 13:40:55 +0700 Subject: [PATCH 7/8] test git fetch --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 0bfeba21..6a711e3e 100644 --- a/README.MD +++ b/README.MD @@ -6,4 +6,4 @@ ### git pull test -### test git pull +### test git fetch From 20bb4b752844da2df0dde4fed6989de15881514c Mon Sep 17 00:00:00 2001 From: thisiskcp Date: Sat, 18 Jul 2026 13:54:27 +0700 Subject: [PATCH 8/8] test git fetch --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 6a711e3e..7718a236 100644 --- a/README.MD +++ b/README.MD @@ -6,4 +6,4 @@ ### git pull test -### test git fetch +### test git fetch (developer way)