[github] Pull Request
Pull Request
basic cmd
$ git checkout -b BranchName
$ git add .
$ git commit -m 'Commit Message'
$ git push origin BranchName
basic cmd
$ git checkout -b BranchName
$ git add .
$ git commit -m 'Commit Message'
$ git push origin BranchName