is there way search branches/all versions string? equivalent of doing ctrl+shift+f search entire solution...but versions , branches?
longshot, figured ask. if not, there @ least file name? asking github.com, if it's in gitshell, that's cool too.
my dear friends decided delete code @ point in branch wasn't merged.
while using git instead of github's web interface, how this?
git log --all --source -s"some string" there -g option regex instead of -s. details there if a
man git log the negative here assumes you've cloned repository.
Comments
Post a Comment