OSDN Git Service

c
[h4j-study/GAEStudy.git] / gae_study / doc / memo / gae_study.txt
index 8b512da..5733600 100644 (file)
@@ -1,23 +1,16 @@
 テスト環境 http://amasandbox.appspot.com/index.html
-GoogleCodeURL https://amapetas.googlecode.com/git
-
-GITのインストール
-Mac http://code.google.com/p/git-osx-installer
-
 
+Project Page:       https://sourceforge.jp/projects/h4j-study
+Project Admin Page: https://sourceforge.jp/project/admin/?group_id=6192
 
+Gitの使い方
+http://sourceforge.jp/docs/Git%E3%81%AE%E4%BD%BF%E3%81%84%E6%96%B9
 
-git --version
-git config --global user.name "amapetas"
-git config --global user.email "amacharlie.ml@gmail.com"
-git config --global color.ui auto
-
-git clone git://
+Git Remote Master 
+amacharlie@git.sourceforge.jp:/gitroot/h4j-study/GAEStudy
 
-git push https://amapetas.googlecode.com/git/amapetas/gae_study master
+http://dajare1242-alpha.appspot.com/test/
 
-git clone https://amacharlie@code.google.com/p/amapetas/ 
-git clone https://code.google.com/p/amapetas/
 
 cygwin のインストール
 maven のインストール
@@ -78,3 +71,23 @@ Annotetion の説明
 出力を XML JSON に変更
 
 Slim3の説明
+
+
+GITのインストール
+Mac http://code.google.com/p/git-osx-installer
+git --version
+git config --global user.name "amacharlie"
+git config --global user.email "amacharlie.ml@gmail.com"
+git config --global color.ui auto
+
+ssh-keygen -t dsa
+cat ~/.ssh/id_dsa.pub
+
+git push amacharlie@git.sourceforge.jp:/gitroot/h4j-study/GAEStudy master
+
+git clone git://
+
+git push https://amapetas.googlecode.com/git/amapetas/gae_study master
+
+git clone https://amacharlie@code.google.com/p/amapetas/ 
+git clone https://code.google.com/p/amapetas/