git log to see only changes in your branch

 


If you want to see only changes in your current git branch, use the following command :-

git log master..

Otherwise, to specify your target branch
git log master..<your branch name>




Comments

Popular posts from this blog

mongosh install properly

gemini cli getting file not defined error

vllm : Failed to infer device type