ラベル git の投稿を表示しています。 すべての投稿を表示
ラベル git の投稿を表示しています。 すべての投稿を表示

2016年1月7日木曜日

[CentOS] git

  • サーバーからファイルを取得
    1. $ git close git@bitbucket.org:xxxxx/xxxx.git directory
  • リモートレポジトリに commit
    1. $ git commit -a -F commitlog
      $ git push
  • 差分ファイル一覧表示
    1. $ git status -s
  • ファイルの追加
    1. $ git abc.txt

[CentOS] git インストール

$ sudo yum install git