タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

commandとgitに関するpokeraiのブックマーク (1)

  • 基本的なGitコマンドまとめ - Qiita

    Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? 基的なgitコマンドまとめ。 そもそも自分用に作ったものなので見づらいです。 #init $ git init ディレクトリにリポジトリを作成. $ git init --bare ベアリポジトリの作成 $ git init --shared グループ書き込み権限を有効にする. #add $ git add [filename] ファイルやディレクトリをインデックスに登録. $ git add -A すべての変更を含むワークツリーの内容をインデックスに追加. $ git add -u 以前コミットしたことがあるファイルだけインデックス

    基本的なGitコマンドまとめ - Qiita
  • 1