Git
GitとGitHubを覚えようlocalに、remoteリポジトリーの名前をaddする。(hostsみたいなイメージ) git remote add REPOSITORY_NAME git@github.com:xxxxxxxxx/AAAAA.git決めたリモートリポジトリーのブランチに、pushする git push -u REPOSITORY_NAME branch
GitとGitHubを覚えようlocalに、remoteリポジトリーの名前をaddする。(hostsみたいなイメージ) git remote add REPOSITORY_NAME git@github.com:xxxxxxxxx/AAAAA.git決めたリモートリポジトリーのブランチに、pushする git push -u REPOSITORY_NAME branch