![]() |
#11 |
Prophet
Join Date: Apr 2007
Location: Seattle, WA
Posts: 5,999
Donated: $40
![]() |
@Nick --
That's crazy. I just want to keep a local copy up to date. What I am really looking for is the functionality to update the local copy, and overwrite any conflicting local changes. Code:
svn update svn revert <things that update complains about> svn update |
![]() |
![]() |
![]() |
#12 | |
Angband Devteam member
|
Quote:
To keep up to date, the commands are: 1. Git fetch origin 2. Git checkout master (if you're not there already) 3. Git merge origin/master You shouldn't have to worry about overwriting conflicts, because you shouldn't be doing local changes in your master branch anyway. Just create a new branch for local changes and use merge or rebase to update it. Similarly, you can create a staging branch to track the upstream staging branch if you want to help test that. See also http://trac.rephial.org/wiki/GitUsage. |
|
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Moving to Git | takkaria | Development | 57 | December 4, 2010 10:22 |
Vanilla, Trac, Git, etc. | takkaria | Development | 2 | November 2, 2010 14:52 |
Bug in current vanilla, Git? Trac? | Timo Pietilä | Development | 4 | October 10, 2010 22:12 |
Sangband SVN/Git/? | camlost | Development | 7 | September 9, 2010 19:31 |
Threaded view misery | Magnate | Oook! | 3 | November 29, 2009 17:36 |