I would like to know how many files I am going to push, which git command can do this?
Asked
Active
Viewed 378 times
1 Answers
0
You'll always push all commits in the branch(es) you are pushing which do not exist on the remote side yet.
There is no easy way to determine the number of files added/modified by all those commits.

ThiefMaster
- 310,957
- 84
- 592
- 636