2018-04-01から1ヶ月間の記事一覧

gitの使い方めも~

メモメモ。 どうせいつもこうなることだし。 $cd~ $git init $git add --all or $git add hoge.php $git commit -m "test" $git remote add origin (url) ※以下fatal: remote origin already exists. が出た場合 ------------------------------------- $git…