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 ответов

45 просмотров

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

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

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

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
program test; {$mode delphi} procedure proc(v: int32); overload; begin end; procedure proc(v: int64); overload; begin end; var x: uint64; begin proc(x); end. Уж не знаю...
notme
6
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
вы делали что-то подобное и как? может есть либы готовые? увидел картинку нокода, где всё линиями соединено и стало интересно попробовать то же в ddl на lua сделать. решил с ч...
Victor
8
Ребят в СИ можно реализовать ООП?
Николай
33
Подскажите пожалуйста, как в CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean); получить наз...
A Z
7
Карта сайта