> > When I run the instructions you provided (above) everthing goes smoothly > untitl I run > > "git checkout devel" > > when I get the error > > jrkrideau@john-T510:~/leo-editor$ git checkout devel > error: pathspec 'devel' did not match any file(s) known to git. > jrkrideau@john-T510:~/leo-editor$ >
Ummm. Maybe? Try *git fetch* so that your local repository gets all the new info from github. It just takes the information about new branches and no actual code. After that the *git checkout* should work fine. -- https://stackoverflow.com/a/7334027/14420 matt -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
