git fetch				# ローカルを最新化
git checkout master		# masterへ移動
git pull				# masterを最新化
git checkout branch		# 操作ブランチへ移動


git rebase master		#歴史改変
# コンフリクトを修正	
git rebase --continue	# コンフリクトがなくなるまで繰り返す
git reset master		# ゴミになっているコミットを削除
git add . 				
git commit -m "aaa"

<スポンサーリンク>

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)