I am just curious as to how to view changes after typing "git fetch".
My research has told me that it allows you to see if your local repository is up to date with the remote repository without changing your code in the local repository. However, where will I be able to view the changes after typing the command?
An example could be my colleague commits a change and I type the command to see if my local repository is up-to-date, what will it display and where will it be displayed?