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

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type