Solved How to update local git - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +---- Forum: Android Development (https://forum.kodi.tv/forumdisplay.php?fid=184) +---- Thread: Solved How to update local git (/showthread.php?tid=244968) |
How to update local git - ericlak - 2015-10-23 I cloned the Helix branch from the xbmc git onto my local machine earlier this year. How can I update the cloned git to the Isengard branch now? I dont want to git clone the isengard branch and then build dependencies/configure again, which is essentially starting to build from scratch. RE: How to update local git - ericlak - 2015-10-23 "git pull origin Isengard" worked thanks |