I have a project. I start it by cloning the first repository - the standard project files. Then I start to do the project and I already commit to the new repository. But sometimes it happens that I need to commit to the first repository.
I added them with 2 team
git remote add origin .... ... ... -> новый, куда я постоянно делаю коммиты git remote add index .... ... .... -> основной, надо иногда When i do
git push origin master -> все ок git push index master -> ошибка What am I doing wrong?