I have my own github account and there is a repo name "MyAwesomeProject" and it contains two branch in the repo. Branch names:
- main
- developer
And I also have a client's github account and there is a repo and it's name is "ClientProject" but it is totally empty repo and there is no branch in the "ClientProject".
So what I want to do is, when I commit code in my "MyAwesomeProject" repo's "developer" branch, then I have to push my "MyAwesomeProject" repo's "developer" branch to client's "ClientProject" repo's "developer" branch.
Please help me to find out best and convenient solution for it.
You can provide solution using git commands or can go through source-tree too.