git status
→今の状況がわかる
//必要に応じて
git add FILENAME
git commit -a
//初回のみ
git config --global push.default simple
git push
ついでに
リポジトリを変更するには
git remote set-url origin git@bitbucket.org:hoge/fuga.git
Go to list of users who liked
More than 5 years have passed since last update.
git status
→今の状況がわかる
//必要に応じて
git add FILENAME
git commit -a
//初回のみ
git config --global push.default simple
git push
ついでに
リポジトリを変更するには
git remote set-url origin git@bitbucket.org:hoge/fuga.git
Register as a new user and use Qiita more conveniently
Go to list of users who liked