Shell script to Remove history from a git Branch
There are various instances where we decide to remove the history from a git repository. The most common use case : You find out there are some secret information like credential or the database string that is been exposed to git hub and also it is...
Aug 11, 20222 min read141

