I occasionally rebase my submodules. I realize the danger (historical submodule
pointers could point to commits that get garbage-collected away) so I always
create and push a tag before the rebase, to make sure the old commits will
never get purged. I believe this is safe, based on some experime
unsubscribe git
want to submit a patch if this is a feature that
isn't likely to be accepted, so I wanted to get some thoughts from the
mailing list regarding this idea.
Thank you,
~Scott Johnson
Hi Brian:
> [remote "origin"]
> fetch = refs/heads/*:refs/heads/*
Yes, you're right, this works just fine as long as I move out from a
branch that's not in the remote in question, for example by doing:
git checkout -b nothing
git fetch
- OR -
git pull
Do you think there would be any interes
ack
from that remote previous to this invocation of the command.
If I were to start work on a patch, would there be any interest in
this feature, or are there reasons why it isn't currently implemented?
Thank you,
~Scott Johnson
--
To unsubscribe from this list: send the line "unsubscribe gi
5 matches
Mail list logo