View Single Post
Old 12-19-2019, 07:07 PM   #67
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,255
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by eschwartz View Post
@jackie_w,

Use the command:

Code:
git checkout py3
to switch to the "py3" branch. Since you don't have a personal branch with that name, it will find it from the remote server instead.

You can then switch between checking out master and py3 by repeating the "git checkout" command.

...

Github desktop is a very good idea to use if you're not familiar with git.
Guys, I know you're trying to help and I truly appreciate it, but I'm going to need more detail.

@eschwartz, Switch to it where? In the .bat file which I double-click when I want to run from source? If so, it currently contains 2 lines:
Code:
set CALIBRE_DEVELOP_FROM=D:\JS_git_devel\cal\src
"c:\program files\calibre2\calibre.exe"
Are you just suggesting I add the following line between the other 2 lines?
Code:
"C:\Program Files\Git\cmd\git" checkout py3
... or something else entirely?
jackie_w is offline   Reply With Quote