0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

gitコマンド

Posted at
  • git init:新しいGitリポジトリを初期化

  • git clone:既存のリポジトリをクローン

  • git add:変更されたファイルをステージングエリアに追加

  • git commit:ステージングエリアに追加された変更をコミット

  • git status:リポジトリの状態を表示

  • git log:コミット履歴を表示

  • git diff:変更内容を比較

  • git branch:新しいブランチを作成する、または既存のブランチを一覧表示

  • git checkout:ブランチを切り替え

  • git merge:ブランチをマージ

  • git remote:リモートリポジトリを設定

  • git push:リモートリポジトリに変更をプッシュ

  • git pull:リモートリポジトリから変更をプル

  • git fetch:リモートリポジトリから情報を取得

  • git tag:新しいタグを作成する、または既存のタグを一覧表示

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?