Skip to content
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: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Mobile Programming

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)