[libvoikko] grammar checker checks

Kevin Brubeck Unhammer apertium at unhammer.mm.st
Thu Sep 19 15:04:22 EEST 2013


Francis Tyers <ftyers at prompsit.com> writes:

[...]

> My github username is 'ftyers'. This is the first time I've used git --
> I'm more used to SVN. Is there a way I can just work in a branch ? And
> then we can merge in when necessary ? It's unlikely that I'll be working
> outside of the src/grammar directory anyway.

after checking out the repo, create new branch like this:
$ git checkout -b name-of-new-branch

switch back to master branch:
$ git checkout master

switch back to new branch:
$ git checkout name-of-new-branch

after committing stuff to new branch, upload those commits (creating the
new branch in the remote repo if it doesn't already exist)
$ git push origin name-of-new-branch 

-- 
Kevin Brubeck Unhammer

GPG: 0x766AC60C
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://lists.puimula.org/pipermail/libvoikko/attachments/20130919/35b9ea54/attachment.sig>


More information about the Libvoikko mailing list