git reset --hard origin/dev-cai 強制pull local上書き
git push --set-upstream origin dev-test
git log --name-status
git stash apply stash@{0}
git checkout -b fix/#RPO-10 origin/dev
git log --merge --decorate --source -p src/.../
git branch -d localブランチ削除
git push --delete origin branch_name -- remote ブランチ削除
git checkout -b issue/#RPO-36 origin/dev
git remote add github https://github.com/sh0ume1sa1/Waitsub.git -- new fetch/push source
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme