I am having trouble in pushing my commits to the online git repository
When I use git push -u origin master, it only pushes up to point "Components Part 2" while the recent commit is "test". I don't get why is it not pushing every commit? And how can I solve this problem? Please explain.