$ git remote add origin [Repository URL]
$ git push origin --delete [DeleteBranchName]
$ git checkout -b [BranchName]
$ git checkout [BranchName]
$ git branch -d [DeleteBranchName]
$ git push origin [BranchName] // 내 깃허브 저장소에 업로드