Hi Robert, Thanks for your explanations regarding how to use git. Thanks to Tim, too.
Regards, Jens Am Dienstag, 17. Mai 2016, 13:12:47 schrieb Robert Jonsson: > 2016-05-15 18:54 GMT+02:00 Tim E. Real <[email protected]>: > > On Sunday, May 15, 2016 05:21:49 PM you wrote: > <...> > > > Yes, git can be a mind-warping thing to understand :-) > > > > > > git clone https://github.com/muse-sequencer/muse.git muse3 > > > > <...> > > > > > > I've always found that to be the most mind-blowing thing about git. > > When you switch branches 'in-place' like that, folders and files > > > > will magically disappear or appear depending on the branch. > > > > That was quite shocking to me at first, that a program would > > > > make things appear and disappear before your eyes like that. > > Yeah, git takes some getting used to (and sometimes it's too powerful for > it's own good) > > One thing that I think is good to understand is that when you perform git > clone you get a copy of the entire repository, ALL of it, branches, history > etc. The remote repo (at github in this instance) is no longer needed > unless you want to update your local copy or upload changes to the remote > repository. > > > Once downloaded, change (cd) to that folder, and execute: > > git branch -a > > > > So then, in this case, you would want to execute: > > git checkout lv2_fixes > > An alternative here is to skip the git branch -a command and go directly > for git checkout. On recent systems you get tab completion for what > branches are available to checkout, so just type git checkout and press tab > twice to see a list of all available branches and tags. > > Regards, > Robert ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Lmuse-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmuse-developer
