回答編集履歴

1

追記修正

2017/06/11 10:47

投稿

CHERRY
CHERRY

スコア25171

test CHANGED
@@ -1,9 +1,13 @@
1
- さくらの VPS 上で、 git init や git commit しただけであれば、作成したのはローカルリポジトリで、リモートリポジトリではありません。
1
+ さくらの VPS 上で、 git init や git commit しただけであれば、作成したのはローカルリポジトリで、リモートリポジトリではありません。
2
+
3
+
4
+
5
+ リモートリポジトリを利用したいのであれば、
6
+
7
+ [GitHub](https://github.com) 等の git のホスティングサービスを利用するか
8
+
9
+ [https://git-scm.com/book/ja/v1/Git-サーバー](https://git-scm.com/book/ja/v1/Git-サーバー) 等を参照にして、Git のサーバを用意する必要があります。(他にも [gitbucket](https://github.com/gitbucket/gitbucket) や [gitlab](https://about.gitlab.com) もあります)
2
10
 
3
11
 
4
12
 
5
13
 
6
-
7
- GitHub 等の git のホスティングサービスを利用するか
8
-
9
- [https://git-scm.com/book/ja/v1/Git-サーバー](https://git-scm.com/book/ja/v1/Git-サーバー) 等を参照にして、Git のサーバを用意する必要があります。