Programming Language
Abap
ActionScript
Assembly
BASIC
C
C#
C++
Clojure
Cobol
CSS
Dart
Delphi
Elixir
Erlang
F#
Fortran
Go
Groovy
Haskell
Html
Java
Javascript
Julia
Kotlin
Lisp
Lua
Matlab
Objective-C
Pascal
Perl
PHP
Prolog
Python
R
Ruby
Rust
Scala
Scheme
Shell/Bash
SQL
Swift
TypeScript
VBA
Framework
AngularJS
Backbone
Bootstrap CSS
Bootstrap Javascript
Bulma
CakePHP
CodeIgniter
Django
Drupal
Ember
Express
Flask
Flutter
Foundation
Ionic
jQuery
Laravel
Materialize
Next.js
Node.js
Nuxt.js
React
Semantic UI
Spring
Symfony
Unity
Vaadin
Vue
Wordpress
Yii
Zend
Categories
Tags
Git-filter-branch
New post in Git-filter-branch
How to remove an entry with null sha1 in a Git tree
November 26th, 2022
git
atlassian-fisheye
git-filter-branch
How to move a file from one git repository to another while preserving history
July 9th, 2022
git
git-filter-branch
How to substitute text from files in git history?
November 15th, 2021
git-rewrite-history
bfg-repo-cleaner
git
substitution
git-filter-branch
git, filter-branch on all branches
July 9th, 2022
git-filter-branch
git-rewrite-history
git
Running filter-branch over a range of commits
August 31st, 2020
git
git-filter-branch
Split large Git repository into many smaller ones
July 8th, 2022
git-filter-branch
repository
split
git
Could I change my name and surname in all previous commits?
October 6th, 2020
git
git-filter-branch
Purging file from Git repo failed, unable to create new backup
February 11th, 2020
git
git-commit
git-filter-branch
git-rewrite-history
Detach many subdirectories into a new, separate Git repository
November 20th, 2020
git-filter-branch
git
How do I remove the old history from a git repository?
April 7th, 2022
git-reflog
git
git-filter-branch
git-gc
How do you fix a bad merge, and replay your good commits onto a fixed merge?
July 8th, 2022
git-filter-branch
git-rewrite-history
git-rm
git
Remove sensitive files and their commits from Git history
March 26th, 2021
git-commit
git-filter-branch
git-rewrite-history
git
How to change the author and committer name and e-mail of multiple commits in Git?
July 28th, 2022
git
git-rewrite-history
git-filter-branch
version-control
Change first commit of project with Git?
July 8th, 2022
rebase
git-filter-branch
git
Detach (move) subdirectory into separate Git repository
July 17th, 2022
git-subtree
git
git-filter-branch
How can I move a directory in a Git repo for all commits?
July 5th, 2022
git-filter-branch
git
Git - remove commits with empty changeset using filter-branch
July 5th, 2022
git-filter-branch
git
Git create a new branch with only a specified directory and its history then push to new repository
June 4th, 2022
branch
git-filter-branch
git
git says I have unstaged changes but I do not show them
June 15th, 2022
git
git-filter-branch
When do you need `--tag-name-filter cat` for `git filter-branch`?
June 9th, 2022
git
git-filter-branch
Update a development team with rewritten Git repo history, removing big files
June 22nd, 2022
git-rewrite-history
git
project-planning
git-filter-branch
How to remove a file permanently in Git without getting "WARNING: Ref 'refs/heads/master' is unchanged"?
June 3rd, 2022
git
git-filter-branch
Remove deleted files from git history
June 16th, 2022
git
version-control
git-filter-branch
Prune empty merge commits from history in Git repository
June 6th, 2022
git
git-filter-branch
How can I rewrite history so that all files, except the ones I already moved, are in a subdirectory?
June 6th, 2022
history
git
git-filter-branch
mv