Open4
github

githubでタスク管理をする

github と vscode を連携する
必要なもの:
やり方:

Create a merge commit
the commits from the selected branch will be addedto the current branch via a merge commit.
Squash and merge
The commits in the selected branch will be combined into one commit in the current branch .
Rebase
The commits from the selected branch will be rebased and added to the current branch
マージコミットを作成する
選択したブランチからのコミットは、マージコミットを介して現在のブランチに追加されます。
スカッシュしてマージする
選択したブランチ内のコミットは、現在のブランチ内の 1 つのコミットに結合されます。
リベース
選択したブランチからのコミットは再ベース化され、現在のブランチに追加されます