Corporation いまからでも遅くないシリーズ •(1)Gitハンズオン •(2)WebAPIハンズオン •(3)コンテナハンズオン •(4)Reactハンズオン •(5)データベースハンズオン •(6)コンテナオーケストレーションハンズオン コンテナオーケストレーション (OpenShift) Web サーバー API サーバー DB サーバー Gitサーバー Push Deploy PC
Corporation dir ・・・ディレクトリの中身を表示する cd ・・・任意のディレクトリに移動する mkdir(md) ・・・ディレクトリを作成する del ・・・ファイルを削除する rmdir(rd) ・・・ディレクトリを削除する notepad(vimなど)・・・ファイルを編集する ➀基本的なWindowsコマンド 前提条件
Corporation 最新をプルして、ファイル追加してプッシュ (※補足1)git push時に以下のようなエラー →git pull origin masterしてください! error: failed to push some refs to 'https://github.com/NoriMuraZ/git-tutorial' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. GitHubとのやりとり(プッシュ、クローン、フェッチ、プル)
Corporation (16/21)先ほどの画面のURLをチャットなどで知らせて依頼完了(プルリクエスト依頼) プルリクエストしてみる(プルリクエスト依頼編) https://github.com/NoriMuraZ/git-tutorial/pull/1 ibmmurat a ibmmurat a Gitコマンドの理解(ブランチ戦略、プルリクエスト、デモ)
Corporation (17/21) (プルリクエスト依頼された側)知らされたURLにアクセスする プルリクエストしてみる(プルリクエストマージ編) https://github.com/NoriMuraZ/git-tutorial/pull/1 ibmmurat a ibmmurat a Gitコマンドの理解(ブランチ戦略、プルリクエスト、デモ)