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?

よく使うGitHubコマンド

Last updated at Posted at 2025-05-01
  • リモートリポジトリの情報を取得する
    git fetch origin
    
  • 現在のブランチを最新の状態に更新する
    git pull origin <branch_name>
    
  • 新しいブランチを作成して切り替える
    git checkout -b <new_branch_name>
    
  • 目的のブランチをローカルにチェックアウトして作成
    git checkout -b ローカルブランチ名 origin/リモートブランチ名
    
  • aa
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?