Hi,
We are trying to upload a change using repo upload in test environment
but we are getting following error.
Please suggest what are we missing here ?
~/gerrit_testsite/.repo$
repo upload --cbr
ERROR: Current branch (master) not uploadable. You may be able to type
"git branch --set-upstream-to m/master" to fix your branch.
no branches ready for upload
Here is some more information:
~/gerrit_testsite/projects/myproject$
cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = ssh://gerrit_admin@localhost:29418/myproject
[branch "master"]
remote = origin
merge = refs/heads/master
Thanks and Regards,
Mani