###### tags: `Git` `Python` # Git Code memo git clone URL **First Push** git remote add origin <GitHubで作成したリポジトリのURL> git push -u origin master