内容へ移動
猫型iPS細胞研究所
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
INDEX
»
git
»
create a new repository on the command line
トレース:
git:init
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== create a new repository on the command line ====== <code> echo "# exp-meomry2" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/[user]/[repository].git git push -u origin master </code>
git/init.txt
· 最終更新: 2019/02/09 11:01 by
ips
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ