We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
今作業している内容をcommitする git add [編集ファイル] git commit -m "WIP"
git add [編集ファイル]
git commit -m "WIP"
リモートブランチをローカルに取り込む git fetch
git fetch
レビューするブランチに移動する git switch dev/issueXXXX
git switch dev/issueXXXX
レビューする
githubにコメントを書き込む よければ、LGTMでApprove 修正点があれば、commentして、Request Changed