【Mac】git add / commit / push 手順
index.htmlをgit add/ commit / pushする手順をご紹介します。
①更新したファイルに対してgit addを実行し、エラーなどが表示されないことを確認する。
$ git add /Users/user_name/clone/www.domain_name.jp/index.html
② git commit -m を実行し、エラーなどが表示されないことを確認する。
$ git commit -m "/Users/user_name/clone/www.domain_name.jp/index.html”
③秘密鍵を登録する。
$ ssh-add -K ~/.ssh/codecommit_rsa
④git pushする。
$ git push
以上。
Author And Source
この問題について(【Mac】git add / commit / push 手順), 我々は、より多くの情報をここで見つけました https://qiita.com/Takumi-coder/items/fc7f0a16b46fcf9466d9著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .