ユーザ用ツール

サイト用ツール


サイドバー

git:init

以前のリビジョンの文書です


create a new repository on the command line

echo "# exp-meomry2" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/nekotype/exp-meomry2.git
git push -u origin master
git/init.1549677636.txt.gz · 最終更新: 2019/02/09 11:00 by ips