TortoiseGitを使っているんですがリベースのやり方がわかりません
新しく作成したブランチをmasterブランチに対してリベースすると
ローカルブランチの方は正しくリベースされるのですが
リモートブランチへ反映されなくて困ってます
反映するためpushしようとすると以下のようなエラーが出てしまいます
git.exe push --progress "origin" test:test To github.xxxx/xxxx.git ! [rejected] test -> test (non-fast-forward) error: failed to push some refs to 'git@github.com:xxxx/xxxx.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. git did not exit cleanly (exit code 1) (3140 ms @ 2020/05/09 11:58:46)
やり方が間違っているのかもしれませんが
もし正しいリベースのやりかたとかあればやり方教えて下さい。
試した方法は以下の通りです
0. 新しいブランチ[test]を作成
0. ソースを修正し変更内容をコミット
0. 右クリック→TortoiseGit>rebase を選択
0. masterブランチに対してrebase
0. push ←エラーが発生
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。