Git Flow

GitHub Action

TroubleShooting


GitHub Authentication

Frequently used commnad


# Local Branch 삭제
$ git branch | grep -v "develop" | grep -v "main" | xargs git branch -D