xbmc and git
#1
I while back when and older version of xbmc was having problems I wanted to go back to an older version so I did a

git checkout a481848d5fccfd2b871c8dc6076cd575da9594c5 to a june 3rd build.

I was wondering how do i go back to using the most recent version again?

if I wanted to update?

I was using this guide

http://forum.xbmc.org/showthread.php?tid=89817

and putting that git checkout line before the

./bootstrape

line
Reply
#2
git stash
git pull --rebase
Reply
#3
Rebase is only if he made changes that he wants to now use.

git checkout master should work just fine.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#4
ok great, thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
xbmc and git0