/git-time

Primary LanguageC++

git-time

A command line tool to change the author and committer dates of old commits

Installation

  • Prerequisites

  • Build

    • Clone the repository
    • Create a build directory beneath the source directory and change into it: mkdir build && cd build
    • Create the cmake build environment: cmake ..
    • Install git-time: sudo make install

Contributing

See here for details on how to contribute