-
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:新しいタグを作成する、または既存のタグを一覧表示
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme