Noob question

2015-03-07 Thread Jean-Christophe Boggio
Hello, I'm discovering vcsh and try to write a noobs howto in french but I get stuck really early. This is my test : echo test .totorc vcsh init toto vcsh toto add .totorc vcsh commit -m first commit This will forget my -m comment, open $EDITOR and let me type it again. Then : echo Another

Re: Noob question

2015-03-07 Thread Jean-Christophe Boggio
Maarten, Thanks for your fast reply. Le 07/03/2015 16:28, Maarten De Munck a écrit : In your first session, the 'vcsh commit' will in fact commit all changes staged for commit in all repositories. In most real cases, I think you want different commit messages for different repositories, each

Re: Noob question

2015-03-07 Thread Maarten De Munck
Jean-Christophe, Lets not discuss git's and apple's design choices here, but if you just want to add all modified files, you can just vcsh repo commit -a to automatically add all modified files prior to commit. Best regards, Maarten Op 07-03-15 om 17:00 schreef Jean-Christophe Boggio:

Re: Noob question

2015-03-07 Thread Maarten De Munck
Jean-Christophe, In your first session, the 'vcsh commit' will in fact commit all changes staged for commit in all repositories. In most real cases, I think you want different commit messages for different repositories, each reflecting your changes in that particular repository. The vcsh manpage