Scott Franco
Scott Franco

Reputation: 591

Commits using tortoisegit not showing up in sourceforge repository

I set up tortoise git to commit to my sourceforge repository. It does commit -> master, shows everything as fine, but nothing is showing up on sourceforge. It was set up using the recommended command line procedure using git as sourceforge listed (although it shows up as "author unknown", another problem). Where the heck is it commiting to?

Scott Moore

Upvotes: 0

Views: 178

Answers (1)

SpliFF
SpliFF

Reputation: 38956

Commits are all local until you "Push" to the remote. The local repo is on your computer in whatever folder you cloned into.

The unknown author thing is probably because you haven't told TortisGit who you are (check settings for the name and email values).

Upvotes: 1

Related Questions