GIT Codebase Checkout -
suppose, there commit project version (say version 1.1) on 10.03.2016 , commit version (say version 1.2). when i'm performing codebase checkout projects latest version 1.2, whole project getting downloaded on current date (say 18.04.2016). if 'lib' files getting changed or not, can't uniquely identified; rather whole content found different till manually differentiation lies. want know way identify uniquely files changed 1 version other?
i think looking git diff --name-only 1.1 1.2
, gives list of files modified version 1.1 version 1.2 (assuming there tags named 1.1 , 1.2, use commit identifier if not case).
if isn't you're looking for, please clarify question.
Comments
Post a Comment