Am 17.09.2014 um 16:27 schrieb Jussi Lahtinen:
>>> git checkout pristine-tar
>>> git checkout upstream
>>> git checkout master
>>
>> Thats silly. git checkout just changes branches. In this example you
>> switch between three branches and do nothing.
> 
> Well this is what the admin of the git repository told me to do. I tried
> several times, and this really was required.
> Maybe there is some magic in git...

No. Respectively strange ...

http://git-scm.com/docs/git-checkout

git co changes the working tree. In your case

first to pristine-tar
then to upstream
then to master

You could also do one time
"git checkout master"

And the result is the same.


Alles Gute

Christof Thalhofer

-- 
[x] nail here for new monitor


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to