+[2015-03-01T23:05:35Z]linux_dreamanyway :) to remove the invisible branch that I have created, it's git rm nameofbranch ? +[2015-03-01T23:06:04Z]Hyphen-atedgit branch -d nameofbranch +[2015-03-01T23:06:25Z]linux_dreamthanks a lot +[2015-03-01T23:06:29Z]Hyphen-atedalthough -D may be necessary if the branch contains unmerged commits that you really do want to throw away +[2015-03-01T23:06:52Z]linux_dreamapparently it wasn't required
but, how can I search for simple projectes where i can start with?
+[2015-03-02T00:38:47Z]linux_dreamhi guys I'm having some troubles to sync a repository with someone's else +[2015-03-02T00:39:05Z]linux_dreamI followed the tutorial at https://help.github.com/articles/syncing-a-fork/ but I Get an error in the very last step +[2015-03-02T00:39:26Z]offby1_whats it say +[2015-03-02T00:40:39Z]linux_dreamgit merge upstream/master returns error: The following untracked working tree files would be overwritten by merge: .... +[2015-03-02T00:40:50Z]linux_dreamPlease move or remove them before you can merge.