Skip to content
Discussion options

You must be logged in to vote

This

[remote "origin"]
	url = git@github.com:ICAIR-Sheffield/LayOpt.git
	fetch = +refs/pull/*/head:refs/pullreqs/*

should be

[remote "origin"]
	url = git@github.com:ICAIR-Sheffield/LayOpt.git
	fetch = +refs/heads/*:refs/remotes/origin/*
	fetch = +refs/pull/*/head:refs/pullreqs/*

I don't know how that got deleted, but the things you tried won't restore it. Just add it manually and git fetch origin to create the remote tracking branches.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@tarsius
Comment options

Answer selected by ns-rse
@ns-rse
Comment options

@tarsius
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants