Git 9
■ このスレッドは過去ログ倉庫に格納されています
0637デフォルトの名無しさん
2014/05/29(木) 00:23:03.07ID:RABmUlyVgit commit -m "前と同じ"
git rebase -i
git push origin <branch>
git rebase master
git push -f origin <branch>
今この状態で、流石にメッセージが前と同じではまずいので直前のコミットとsquashしたいのですが
git rebaseしたらこんなこと言われてしまいます
There is no tracking information for the current branch.
Please specify which branch you want to rebase against.
See git-rebase(1) for details
git rebase <branch>
どうすればいいのでしょうか
■ このスレッドは過去ログ倉庫に格納されています