git rebase from a url/path
Posted
by
edA-qa mort-ora-y
on Stack Overflow
See other posts from Stack Overflow
or by edA-qa mort-ora-y
Published on 2012-04-23T11:36:58Z
Indexed on
2012/10/18
23:01 UTC
Read the original article
Hit count: 248
git
Why can I not rebase
from the same location that I can pull
? For example, if I am in a pository I can pull from another repository:
git pull /path/to/other
But I cannot rebase from that other repository; the following fails:
git rebase /path/to/other
The help for rebase
doesn't mention any refspec's, so I don't know how, or even if, I can/should specify them.
How can I rebase
from a different location?
© Stack Overflow or respective owner