Agile育成ブログ
未来を変える喜びを
GitHub

GitHubローカルリポジトリからリモートリポジトリ


Warning: count(): Parameter must be an array or an object that implements Countable in /home/xs638785/agile-software.site/public_html/wp-content/plugins/rich-table-of-content/functions.php on line 490

フォルダ作成

$ mkdir helloWorld

新規作成したフォルダ内に移動し、リポジトリの初期化を行う

$ git init

新規ファイルを作成し、Git管理下に置く

$ touch hello.txt

新規ファイルをステージングに追加する。

You cannot copy content of this page