LoginSignup
0
0

More than 1 year has passed since last update.

初めてのGitプッシュ gitbucket

Last updated at Posted at 2020-10-19

ブランチ作成

git remote rm origin

git remote add origin git@gitbucket.org:ユーザー名/アプリ名.git

git commit

git push -u origin master ノーマル
git push -u origin --all 全部
git push -f origin master 強制上書き

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0