UFO:Alien Invasion

Archive => Bugs prior to release 2.3 => Topic started by: keybounce on September 08, 2010, 10:01:56 pm

Title: Fetching just the 2.3 branch in git?
Post by: keybounce on September 08, 2010, 10:01:56 pm
How do I fetch just the 2.3 branch in git?

(Assume I want to switch from the latest svn branch to the current 2.3 branch)
Title: Re: Fetching just the 2.3 branch in git?
Post by: Mattn on September 08, 2010, 10:29:58 pm
well - if you have the whole git repo - you can at least just type

git checkout ufoai_2.3

not sure whether it is possible to only fetch the 2.3 branch