search for: rmote

Displaying 1 result from an estimated 1 matches for "rmote".

Did you mean: remote
2009 Jun 03
2
[Syslinux-GSoC]Successed in converting the cache code to C
...new stuff, I should push it on my git web. So, there is the problem. I need do the following to push my own work : git remote rm origin /* rm it first */ git remote add origin ssh://..../gsoc_liu.git then I can push my stuff by git push origin (branch) After this (in fact, after the 'git rmote rm origin'), I can't update the code by 'git pull' any more. While, in fact, the syslinux code is changed every day, and in some case I have to update it. so how can I do it with git push stuff to my git web while git pull stuff from syslinux git web synchronously and easily? the s...