I pulled the project from remote server and i have done some changes to local workig copy, now I need an advice on how to push my working copy of project to local git server. How can I do that?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You should add a new remote to your working repository that points to the "local git server". For example you might add a remote called
Then you can simply push your commits to the
|
|||||||||
|