のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2016-10-04から1日間の記事一覧

git push

$git config --global push.default simple $git push fatal: The current branch feat01_enc_fujii has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin feat01 $git push --set-upst…