Comparing the branches in GIT

Use this command to list the files changed between two branches
git diff --name-status <branch-name-1>..<branch-name-2>
This gives list of all the files Modified/Added or Deleted:


M       file.txt
D       file2.txt
M       file3.txt

No comments:

Post a Comment

Scheduling Repeating Local Notifications using Alarm Manager

Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post .