[megoldva] git remote repo-ban modositott file-ok listaja hogyan?

Fórumok

Egy http://..../whatever/url.git alol klonoztam egy repot. Gut.

A tavoli repoban azonban commit(ok) tortent(ek), es a git fetch utan a git status azt mondta, hogy:

git status
# On branch master
# Your branch is behind 'origin/master' by 5 commit, and can be fast-forwarded.
#
nothing to commit (working directory clean)

Viszont egy pull elott jo lenne latni, hogy pontosan mi valtozott. Hogyan lehetne kilistazni az uj/modositott file-ok listajat pl. az utolso 5 commit ota?

Hozzászólások

git fetch
git log master..origin/master
git diff master origin/master

-- | --
|raczman| if theres one thing i believe in, is God and mr. Schmidt's coding

meg egyet kerdeznek: ha a remote repo-bol torolnek egy file-t, azt hogyan tudom atvezetni a sajatomba, ill. az hogyan latszik?

Palgium