1 min read
If we need to change the existing commits we can use the git filter-branch command to, for example, replace strings, among many other changes we can do
15/06/2022
Read more...4 min read
If we have included a file that shouldn't be in a git repository, we can remove it from all the commits that it is present using filter-branch
25/05/2022
Read more...