но после решения конфликтов способом smerge-keep-(lower|upper|all) в выводе git status файли пропадают
lower/upper/all это выбор какой конфликтующий фрагмент оставить
Так и есть, но когда я решаю конфликты у меня просто пропадает файл из вывода статуса и я немогу ничего сделать git status rebase in progress; onto 7f78c42 You are currently rebasing branch 'test' on '7f78c42'. (fix conflicts and then run "git rebase --continue") (use "git rebase --skip" to skip this patch) (use "git rebase --abort" to check out the original branch) Unmerged paths: (use "git restore --staged <file>..." to unstage) (use "git add <file>..." to mark resolution) both added: tests/test_unity.c После решения конфликтов через smerge-keep-upper git status rebase in progress; onto 7f78c42 You are currently rebasing branch 'dispatcher_HALO-15018' on '7f78c42'. (all conflicts fixed: run "git rebase --continue") git rebase --continue Applying: HALO-15699: Unit teting of dispatcher on top of SID API[1/2] No changes - did you forget to use 'git add'?
Нужно зарешать конфликт, сделать гит эдд и git rebase --continue
Не могу, если руками решаю кофликт, а не через smerge, то работаек как надо
git status rebase in progress; onto 7f78c42 You are currently rebasing branch 'dispatcher_HALO-15018' on '7f78c42'. (all conflicts fixed: run "git rebase --continue") nothing to commit, working tree clean Если руками решать конфликт, а не через smerge, то в выводе будет нужний файл и я смогу сделать то, что ты описал
Обсуждают сегодня