From 82e59a2c6842e538d922f0f403a77f09769869b8 Mon Sep 17 00:00:00 2001 From: Chandra Tri Suseno Date: Tue, 24 Mar 2015 23:23:36 +0700 Subject: [PATCH 1/3] trying git, adding mobile phone to readme.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 42bc0bb..4d9aa81 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Mobile Programming In this class we will learn how to developt mobile "android" app using Java Language + +# List of students + +1. Chandra Tri Suseno (082136644842) \ No newline at end of file From c8e7479d28d7ebbe023fc8a0669e4ddc7c585467 Mon Sep 17 00:00:00 2001 From: Chandra Tri Suseno Date: Tue, 24 Mar 2015 23:34:21 +0700 Subject: [PATCH 2/3] how to sync repo --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4d9aa81..cc29514 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ In this class we will learn how to developt mobile "android" app using Java Language +# syncing local repository + +If there are file changes in mr bana's repository, we could syncrhonize our local copy that is stored on our laptop to mr bana's repository, so our local repository remain up to date +1. git remote add upstream https://github.com/handaga/Mobile-Programming.git +2. git fetch upstream +3. git checkout master +4. git merge upstream/master + # List of students 1. Chandra Tri Suseno (082136644842) \ No newline at end of file From 1635d1b37e28c3919723ed6a4814e1a368d4a89e Mon Sep 17 00:00:00 2001 From: Chandra Tri Suseno Date: Tue, 24 Mar 2015 23:34:21 +0700 Subject: [PATCH 3/3] how to sync repo adding information on how to sync local repo --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4d9aa81..48f1d47 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ In this class we will learn how to developt mobile "android" app using Java Language +# syncing local repository + +If there are file changes in mr bana's repository, we could syncrhonize our local copy that is stored on our laptop to mr bana's repository, so our local repository remain up to date +1. git remote add upstream git@github.com:handaga/Mobile-Programming.git +2. git fetch upstream +3. git checkout master +4. git merge upstream/master + # List of students 1. Chandra Tri Suseno (082136644842) \ No newline at end of file