On 11/24/2013 06:58 PM, clipka wrote:
> Only bugfixes this time.
>
> Source & Windows binary packages are available at:
>
> https://github.com/UberPOV/UberPOV/releases
>
> Have fun!
Well shot my foot off, so I'm posting this here:
mkdir uberbeta
cd uberbeta/
git init
git config core.sparsecheckout true
echo LICENSE >> .git/info/sparse-checkout
echo README.md >> .git/info/sparse-checkout
echo revision.txt >> .git/info/sparse-checkout
echo changes.txt >> .git/info/sparse-checkout
echo source/ >> .git/info/sparse-checkout
echo unix/ >> .git/info/sparse-checkout
echo vfe/ >> .git/info/sparse-checkout
echo distribution/ >> .git/info/sparse-checkout
echo doc/ >> .git/info/sparse-checkout
git remote add -f beta https://github.com/UberPOV/UberPOV
git pull beta beta
Post a reply to this message
|