Wichanart WangHow to edit author of old Git commitsIf for some reasons you have to do edit the author of several old commits, especially those that has been pushed, you can follow the steps…Jun 19
Chris ThompsonKeeping git history when converting multiple repos into a monorepoMonorepos are all the rage. You may be looking to convert your many packages and projects into a single repo, but you still want to keep…Dec 5, 20223
InAWS TipbyKalyanakannan padivasuSecure Your Repository: Removing Sensitive Files from Git HistoryWhen working with Git, it’s common to accidentally commit sensitive files containing passwords, API keys, or personal information. Once…May 30May 30
Oscar Wiljam Savolainen, PhDHow to remove all trace of a file from your git history (and automate it with BASH)I am no web developer, but I have dabbled. I have built 2 websites, both offline now, for hobbies and/or potential businesses I wanted to…Feb 4Feb 4
Wichanart WangHow to edit author of old Git commitsIf for some reasons you have to do edit the author of several old commits, especially those that has been pushed, you can follow the steps…Jun 19
Chris ThompsonKeeping git history when converting multiple repos into a monorepoMonorepos are all the rage. You may be looking to convert your many packages and projects into a single repo, but you still want to keep…Dec 5, 20223
InAWS TipbyKalyanakannan padivasuSecure Your Repository: Removing Sensitive Files from Git HistoryWhen working with Git, it’s common to accidentally commit sensitive files containing passwords, API keys, or personal information. Once…May 30
Oscar Wiljam Savolainen, PhDHow to remove all trace of a file from your git history (and automate it with BASH)I am no web developer, but I have dabbled. I have built 2 websites, both offline now, for hobbies and/or potential businesses I wanted to…Feb 4
Jeevansathi EngineeringExtract subdirectory from git repository without losing historyby Ruman SaleemMay 9, 2022
Stefan ReisnerReplacing a large file with its gzip in git historyImagine some test cases in your codebase depend on test data collected in CSV files. You keep these files in the resources folder of you…Sep 11, 2023
Amanda Walker BrubakerSplitting Your Git Repo While Maintaining Commit HistorySo you have multiple directories in your repo and you want to split that repo into multiple ones? In my case, I had a single repo that…Feb 26, 20216