In a fit of incredible stupidity, I accidentally ran
git checkout -b origin / master
And now you have a branch named origin / master that destroys everything. Is it safe to just run
git -D origin / master?
I tried to look in the config for the branch, but it is not defined there. However, when I run the git branch, I see it.
):
source share