+[2014-08-30T21:43:17Z]nickname634Infininight: ah thanks. so it's not public page +[2014-08-30T22:57:03Z]kaendfingerhttp://97.89.142.11:8080/octocat.html +[2014-08-30T23:17:02Z]shantanujoshihas anyone used the git2go library ( go bindings for libgit2) to successfully push changes to a remote repo ( say on github ) ? +[2014-08-30T23:44:50Z]miczacHi, in gitk I can see a remotes/origin/master branch some commits earlier. This is a local project. How can I get rid of it? Thanks, m. +[2014-08-30T23:55:03Z]miczacmiczac: -> git branch -rd origin/master did it for me
message no. 43683
Posted by augur in #github at 2014-08-30T07:59:05Z
Nevik: possibly
+[2014-08-31T00:21:04Z]offby1I'd use "git remote" to remove the entire origin +[2014-08-31T01:03:15Z]miczacoffby1: I followed this thread: http://stackoverflow.com/questions/1072171/how-do-you-remove-an-invalid-remote-branch-reference-from-git +[2014-08-31T01:05:07Z]offby1miczac: if it's not working, I'd just edit .git/config directly. It's pretty straightforward. +[2014-08-31T01:05:19Z]offby1and if that doesn't work, I'd just live with it :) +[2014-08-31T01:05:26Z]miczac;)