Olaf Hering writes:
> What is the correct syntax/setup to push from one remote to another?
> I did something like this, to feed a github repo:
>
> # rm -rf $$
> # mkdir $$
> # cd $$
> # git --init
> # git remote add --tags t
> git://git.kernel.org/pub/sc
What is the correct syntax/setup to push from one remote to another?
I did something like this, to feed a github repo:
# rm -rf $$
# mkdir $$
# cd $$
# git --init
# git remote add --tags t
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
# git remote add --tags o g
2 matches
Mail list logo