それで、私のローカルホストにウェブサイトを作成しました。そして、コードベースにプッシュして、ライブにプッシュしたいのですが、どうすればいいですか?
ここに私の注文があります:
1. $ git init (setup on my local)
2. $ git add .
3. $ git commit -m 'initial commit'
4. $ git remote add origin git@codebasehq.com:yourcodebasedomain/yourproject/example.git
5. $ git push origin master (pushes to codebase)
6. ??? - How do I push my codebase repo to live site?
ありがとう!