Skip to content

DanielSzewczuk/gitTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

gitTools

Tools for modifying commit metadata in Git repositories.

Functionalities

  • Changing the commit author (name and email)
  • Changing the commit date

Requirements

  • Python 3.x
  • Git

Installation

git clone https://github.com/DanielSzewczuk/gitTools.git
cd gitTools
chmod +x gitt.py

You can also add this script to your shell as an alias by adding the following line to your .bashrc or .zshrc file.

alias gitt="/path/to/gitt.py"

Usage

./gitt.py <commit_hash> [--author "Firstname Lastname <email>"] [--date "DD.MM.YYYY HH:MM:SS"] [--push]

About

Tools for modifying commit metadata in Git repositories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages