Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 523 Bytes

File metadata and controls

15 lines (10 loc) · 523 Bytes

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)