![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 160 Pomógł: 27 Dołączył: 22.09.2008 Skąd: Tarnów Ostrzeżenie: (0%) ![]() ![]() |
Hej
Mam taki problem, że przy każdym pushu do repo gita pojawia mi się długa lista plików z różnymi statusami (modified, added, deleted). oraz tekst Cytat Pull is not possible because you have unmerged files. Please, fix them up in the work tree, and then use 'git add/rm <file>' as appropriate to mark resolution, or use 'git commit -a'. Wygląda na to, że gdzieś kiedyś coś źle naprawiłem przy podmianie jakiejś biblioteki. Macie może sposób, żeby to naprawić? |
|
|
![]() |
![]()
Post
#2
|
|
Grupa: Zarejestrowani Postów: 160 Pomógł: 27 Dołączył: 22.09.2008 Skąd: Tarnów Ostrzeżenie: (0%) ![]() ![]() |
Kod git checkout master git pull origin master git checkout -b mybranch ... changes in code... git add . git commit -m "my message" git push origin mybranch git checkout master git merge mybranch git push origin master Odpowiedź jest taka, jaką podałem powyżej. Listy plików podać nie mogę, NDA. Lista plików to jest coś na zasadzie: Kod remote: D file_path
remote: A file_path2 remote: M file_path3 Ten post edytował mrc 27.08.2015, 10:16:53 |
|
|
![]() ![]() |
![]() |
Aktualny czas: 17.10.2025 - 17:15 |