LoginSignup
0
0

More than 3 years have passed since last update.

git メモ書き

Last updated at Posted at 2020-10-05

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

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