Re

>>>>> "SR" == Stefan Reichör writes:
 SR> Hi Richard!
 >> I am trying to write a short beginners tutorial to using DVC with GIT
 >> in emacs.
 >> 
 >> I can not see how to do the most important development step - create a
 >> branch. Can someone advise? Or must this be done from the command line
 >> for the time being? If so, is there something on the way?

 SR> I am no git user and git branch --help gives a long page of
 SR> information.

 SR> What command(s) do you use from the shell to create a new branch?

branch could be created with 'git branch branch_name' command, or with
explicit checkout like, 'git checkout -b branch_name'

 SR> Which user interface do you expect to create a new branch?

 >> Having evaluated the different UIs for GIT in emacs I think DVC seems
 >> the most proficient and would like to encourage and help people in its
 >> adoption.

-- 
With best wishes, Alex Ott, MBA
http://alexott.blogspot.com/        http://xtalk.msk.su/~ott/
http://alexott-ru.blogspot.com/

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to