git - Automation commits from Google code to Github -


i have project on google code: project on google code. resently, exported github: project on github.

how can automate sending commits google code github? i.e. want continue working google code, new commits should authomatically sent github repo? how can that?

google code doesnt belong you, have access github repo. clone repo on computer.      1.git clone https://github.com/velkerr/code--review.git      2.try add new file test.foo in same directory on computer      3. git add --all      4.git commit -am "testing foo"      5. git push origin master  should solve it. 

Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -