Question

I recently had to delete my local copy of a sourceforge project I've been working on, and then I cloned it to a local repo. I've been commiting, and it's said that I've been updating the repo (locally at least), but when I checked online the last commit was from a week ago (before I deleted my local repo). Any ideas on why this might have happened/how I can fix it?

Was it helpful?

Solution

From the comments in your question, it looks like 2 different repositories.

If you view the commits at this germline summary page you can see your recent commits as expected.

But this is germline.git.sourceforge.net, and your remote is pointing to that, but the sourceforge project you originally linked to is git.code.sf.net

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top