Quote:
Originally Posted by eschwartz
@jackie_w,
Use the command:
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?