LoginSignup
0
0

More than 5 years have passed since last update.

Git:ローカルでブランチを作って、ブランチをリモートにプッシュする

Posted at

概要

gitよくわからん〜〜

git flow運用のレポジトリに、ブランチきってプッシュする?方法のメモ。理解なさすぎて、表現正しいのかもわからんぞ

はい

スタート時

git checkout -b features/hoge-107
git push -u origin features/hoge-107

途中コミット時


memo

git branch -a : リモートのブランチ一覧表示

0
0
3

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