centosのgit情報

CENTOS

sound.gitはまだない。やはりWEBで見えるGitHubは便利だね。伊達じゃない。
ということで、WEBでも少しは見える可が必要だな。
以下作成して管理することにする。

soundは家のraspberry pi でやってるやつだ。officeのものではない。
まあ、リポジトリの登録なのでこちらから(userName:  pipi2)始めても問題はないね。

新たなリポジトリを登録
[rasp]$ssh mygit@makejapan.jp

[cent]$mkdi sound.git
[cent]git init -bare –share sound.git

[rasp]$git  remote  add  cpi  mygit@makejapan.jp:/home/mygit/git/sound.git
[rasp]$vi hello.txt
[rasp]$git add .
[rasp]$git commit  -m “firstcimmit”
[rasp]$git push  origin

 

No tags for this post.
タイトルとURLをコピーしました