DORSETRIGS
Home

git-rewrite-history (7 post)


posts by category not found!

How to restore linear git history after nonlinear merge?

Untangling Your Git History Restoring Linearity After a Non Linear Merge Gits flexibility is a blessing and a curse While it allows for complex workflows naviga

2 min read 06-10-2024 46
How to restore linear git history after nonlinear merge?
How to restore linear git history after nonlinear merge?

Remove original git history for specific remote repository, but keeping it else

How to Remove Original Git History from a Specific Remote Repository while Keeping Other Repositories Intact Git is a powerful version control system used by de

3 min read 16-09-2024 48
Remove original git history for specific remote repository, but keeping it else
Remove original git history for specific remote repository, but keeping it else

git filter-branch remove all submodules from my repo

Cleaning Up Your Git History Removing Submodule Commits with git filter branch Have you ever found yourself with a Git repository riddled with submodule commits

3 min read 06-09-2024 47
git filter-branch remove all submodules from my repo
git filter-branch remove all submodules from my repo

How can I remove/delete a large file from the commit history in the Git repository?

Removing Large Files from Git History A Comprehensive Guide Have you ever accidentally committed a large file to your Git repository bloating it beyond reason D

3 min read 30-08-2024 54
How can I remove/delete a large file from the commit history in the Git repository?
How can I remove/delete a large file from the commit history in the Git repository?

How to split SVN repo to multiple git repos with history of moved files

Splitting an SVN Repo into Multiple Git Repos with History Preserving File Moves Migrating a large Subversion SVN repository to Git can be a complex process esp

3 min read 30-08-2024 57
How to split SVN repo to multiple git repos with history of moved files
How to split SVN repo to multiple git repos with history of moved files

git reorganize pull request (e.g. into one commit per file)

Reorganizing Git Pull Requests From Chaos to Clarity Working with large and messy pull requests can be a real headache When faced with a pull request containing

3 min read 28-08-2024 55
git reorganize pull request (e.g. into one commit per file)
git reorganize pull request (e.g. into one commit per file)

How to undo a <history change> push in git?

How to undo a Git history change push Git is a powerful tool for version control but it can also be complex to use One of the more difficult aspects of Git is u

4 min read 27-08-2024 54
How to undo a <history change> push in git?
How to undo a <history change> push in git?