reflog Archives - Experiencing Technology
https://blog.tinned-software.net/tag/reflog/
Tinned-Software BlogMon, 12 Nov 2018 19:54:48 +0000en-US
hourly
1 https://wordpress.org/?v=6.7.2Rewrite author of entire git repository
https://blog.tinned-software.net/rewrite-author-of-entire-git-repository/
Mon, 12 Nov 2018 19:54:48 +0000https://blog.tinned-software.net/?p=2584In git repositories, commit messages contain a person’s email address as an identifier for the user. If the email address used to commit is wrong, you might not want it to be shown in the git repository anymore. In general … Continue reading →
]]>Remove files from git history
https://blog.tinned-software.net/remove-files-from-git-history/
Mon, 20 Aug 2018 15:23:23 +0000https://blog.tinned-software.net/?p=2578When a repository contains files which should have never been committed, it is hard to remove them from the history as git is built to keep a history, not to change it. The following procedure will explain the procedure to … Continue reading →