I've been using git-tfs for a couple weeks now and really enjoying it. I came across a problem earlier today though. I had two commits into git which weren't related(though for question's sake, lets say they touched the same files). I went to check these changes into TFS and the only option I appear to have is to squash the two unrelated commits into one checkin.
How would I only checkin one commit to TFS at a time instead of it being squashed into a single commit?