I have commited every times in the local repository and now I want to push all my commits in the remote repository. Should I do any special action or is it enough if I do a commit and push?
Example: I have done the Commit1 Commit2 and Commit3. Now I want to commit again (Commit4) and push all my commits (Commit1, Commit2, Commit3 and the current Commit4). With Commit and push are the last commits also pushed?