git pushing code from a branch to main branch in another repository

 

Let's say i created a new repository called supergraph-apollo-example-resolve-across-subgraph and i wanted to push my branch changes from a separate respository to main branch in this repository 

Command to use 

git remote add origin-subgraph-cross  https://github.com/mitzenjeremywoo/supergraph-apollo-example-resolve-across-subgraph.git

 git push -u origin-subgraph-cross feat/subgraph-entity-references



Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm