Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Dylan Baker 97743ecce8 Initial commit 5 gadus atpakaļ
README.md Initial commit 5 gadus atpakaļ
git-commit-at.py Initial commit 5 gadus atpakaļ

README.md

git-commit-at

This is a small script that allows you to perform a git commit at a time other than the current time.

Installation

$ git clone https://git.sr.ht/~simulacrumparty/git-commit-at
$ cp git-commit-at/git-commit-at.py /usr/local/bin/git-commit-at
$ chmod +x /usr/local/bin/git-commit-at

Usage

$ git commit-at [args] <message>

Examples

$ git commit-at --plus 10 'Committing 10 hours in the future'
$ git commit-at --minus 10 'Committing 10 hours in the past'