Re: [Pharo-users] Following Git(Hub) History

2019-08-06 Thread Sean P. DeNigris
Guillermo Polito wrote > $git log —follow Didn't know about that one. Thanks! I'll try and report back... - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Following Git(Hub) History

2019-08-06 Thread Guillermo Polito
> El 6 ago 2019, a las 0:48, Sean P. DeNigris escribió: > > Does anyone have any strategies for following git histories past code > reorganizations (see steps #2 and #5 below)? > > My typical experience is: > 1. Do blame or history on a file > 2. Follow it back to the inevitable "convert to

[Pharo-users] Following Git(Hub) History

2019-08-05 Thread Sean P. DeNigris
Does anyone have any strategies for following git histories past code reorganizations (see steps #2 and #5 below)? My typical experience is: 1. Do blame or history on a file 2. Follow it back to the inevitable "convert to tonel" 3. Go to that commit's parent 4. View repo files at that point 5.