ginkgo (0.2.2) | 2008-08-09 17:19 |
svn+ssh://svn.sourceforge.jp/svnroot/ginkgo
For details,refer to the following address. https://sourceforge.jp/account/editsshkeys.php
$ ssh loginname@shell.sourceforge.jp
$ git config --global user.name "Your Name Comes Here"
$ git config --global user.email loginname@yourdomain.example.com
$ git clone loginname@git.sourceforge.jp:/gitroot/ginkgo/master.git
For details,refer to the following address.
https://sourceforge.jp/projects/ginkgo/info
$ cd master
$ git checkout master
$ git-pull --rebase
$ git commit -a -m "some commit message"
$ git-pull --rebase
$ git push