I have a problem about using git push
on my project. I've 7 commits to push, but they are so big for my internet connection that I can't complete the command.
So I'd like to push the oldest commit, than the second, and so on.
What are the commands to see the commit's name and to push them one at time?