I am a kind of new user to git and there still several things not clear for me after extensive usage of svn.
Here is my problem:
I have repo on xp dev: ssh://xp-dev.com/my_repo_name
it contains two branches master and dev, as you can see I have local and remote branches
git branch -a * dev master remotes/origin/dev remotes/origin/master git remote -v origin ssh://xp-dev.com/my_repo_name (fetch) origin ssh://xp-dev.com/my_repo_name (push) but when I try to push committed changes to "dev" branch it says:
git push No such repository fatal: The remote end hung up unexpectedly Please help me to understand what is wrong.
UPDATE#1
git remote show origin No such repository fatal: The remote end hung up unexpectedly UPDATE#2
git push origin cyber_dev No such repository fatal: The remote end hung up unexpectedly
git remote show originshow?git update-server-info.