* git kiya karta hy k git hamaray code mai aata hy orr kehta hy k jo new changes hain code mai, mai sirf wo parhunga means sirf new changes ko read karta hy git, git yeh karta hy k wo hamay bata deta ...
git log displays the history of the code repository, showing when the commit was made, who made it, and the message attached. Use git log --stat to show the files that were modified in each commit.