How to get lastest files from GitHub

  • Replies:1
crops1010
  • Forum posts: 4

Mar 9, 2015, 11:35:32 AM via Website

Hi everyone,
I want to add leaderboard for my game. I find a sample for this (login G+, leaderboard...):
------a------
github.com/playgameservices/android-basic-samples/commit/c2e6a2d66abaece3404f6a7b0e36e634470aca5d#diff-0d4c44b04f0c398b6034413beaef8ebcR8
------a-------
(please add h t t p s:// before above link - because of I don't have permission to post a link)

But I can't get lastest files (only basic files - don't have update fix). I don't know how to get.
Can you help me ?

Thanks!

Reply
parks daniel
  • Forum posts: 35

Mar 9, 2015, 12:25:59 PM via Website

by 2 cases

Case 1: Don’t care about local changes

Soln 1: Get the latest code and reset the code
Soln 2: Delete the folder and clone again :D

Case 2: Care about local changes

Soln 1: no conflicts with new-online version
Soln 2: conflicts with new-online version

Reply