Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
book committed May 24, 2015
1 parent 8c4c96b commit 358e89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases
Expand Up @@ -12,7 +12,7 @@ plush = "!f(){ git push origin \"$@\" && git push github \"$@\";};f"
# git ardis <n> <commit args>
# Description:
# a Teeny Tiny Time Machine, the git ardis will make your commit
# appear to have been performed with an offset of n our from now
# appear to have been performed with an offset of n hours from now
ardis = "!f(){ perl -e'@ENV{<GIT_{AUTHO,COMMITTE}R_DATE>}=(~~localtime$^T+3600*shift)x2;exec git,commit,@ARGV' -- \"$@\";};f"

# Usage:
Expand Down

0 comments on commit 358e89a

Please sign in to comment.