Difference between revisions of "Git-filter-repo"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Git {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|git-filter-repo}} |{{#vardefine:url|https://github.com/newren/git-filter-repo}} <!--CO...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Git]]
+
[[Category:Software]][[Category:Phylogenetics]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|git-filter-repo}}
 
|{{#vardefine:app|git-filter-repo}}
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
+
* HPC_GITFILTERREPO_DIR - installation directory
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
+
* HPC_GITFILTERREPO_BIN - executable directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Latest revision as of 18:47, 3 June 2022

Description

git-filter-repo website  

git filter-repo is a versatile tool for rewriting history, which includes capabilities I have not found anywhere else. It roughly falls into the same space of tool as git filter-branch but without the capitulation-inducing poor performance, with far more capabilities, and with a design that scales usability-wise beyond trivial rewriting cases. git filter-repo is now recommended by the git project instead of git filter-branch.

Environment Modules

Run module spider git-filter-repo to find out what environment modules are available for this application.

System Variables

  • HPC_GITFILTERREPO_DIR - installation directory
  • HPC_GITFILTERREPO_BIN - executable directory