I use github to store my projects and use git. Say for example I have project X with Commits of 1,2,3,4,5 and 6. So lets say these are my commands (for this instance I am the only commiter) git push origin master (for 1,2,3 and 6) git push -f origin master (for 4 and 5) Up untill Commit 6 I could go git log and see the logs for all 5 pushes. after the 6th commit I go git log and only see the logs for 1 ,2 and 6. Why? Whats going on? Git hub shows me all the logs obviously but how do I make it display all 6 commits in the log? -- View this message in context: http://git.661346.n2.nabble.com/Log-not-displaying-properly-tp6298788p6298788.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html