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

0 件のコメント:

コメントを投稿