株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>


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"

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

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