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?

Raspiにgit-flowを導入

Posted at

Raspiにgit-flowを導入

環境

OS : Raspberry Pi OS (32bit)

git-flowインストール

sudo apt-get install git-flow

動作確認

適当なリポジトリをクローンした上で、下記を実行

git flow init

色々確認事項が出るが、特にこだわりがなければEnterを押していく

git-flowでの初期化が出来ているかの確認

自分がdevelopブランチにいることを確認する

git branch


featureブランチの作成

git flow feature start app


featureブランチの終了

git flow feature finish branch

ここまで実行できていれば終了

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?