#Commit history

1 messages · Page 1 of 1 (latest)

subtle sleet
#

With the recent moves of the cloak branch as main, I am having a hard time following the commit history of a given file in the past. On both branches (main and v.0.2.1, it is not accessible)

#

Can someone explain me how to find it (if possible)

gray grotto
#

if you have it locally, try

git co v0.2.x
git l --follow ./docs/getting-started/tutorial/1201-ci-environment.md
#

it was not renamed from branch 0.2 to 0.3, it was simply copy pasted, therefore, no history of it.