169 похожих чатов

#Ask Hi, how can I know which changes were made in

a branch?
Like, from testing, person1 created new_branch and made some commits (in that time some other people made changes to testing), person1 periodically merged testing into new_branch, in the end the new_branch was merged into testing. and after that other changes were made to testing.
Now how can I check which changes/commits were made in new_branch only?

7 ответов

48 просмотров

Check commit history?

Ok 0_0- Автор вопроса
Malware ( DM = BLOCK )
Check commit history?

Yes but which commands or how to using gitlense

Ok 0_0
Yes but which commands or how to using gitlense

git log (Refer to the docs for parameters) Personally I prefer usin GitHub.com for this

Ok 0_0- Автор вопроса
Malware ( DM = BLOCK )
git log (Refer to the docs for parameters) Perso...

git log shows all the other commits also which were made in other branches, as testing was merged periodically into that branch

Ok 0_0
git log shows all the other commits also which wer...

you can pass parameters, please refer to the docs

Ok 0_0- Автор вопроса
Ok 0_0
git log shows all the other commits also which wer...

https://git-scm.com/docs/git-log There are multiple options that I think would solve your problem

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта