Skip to content

Instantly share code, notes, and snippets.

View ItangSanjana's full-sized avatar
🎯
Focusing

Itang Sanjana ItangSanjana

🎯
Focusing
View GitHub Profile
@ItangSanjana
ItangSanjana / commit_dates.sh
Created May 21, 2016 07:22 — forked from st3v/commit_dates.sh
Manipulate Git Commit Dates
# Setting date at commit time:
GIT_COMMITTER_DATE="Tue Feb 7 22:47:34 2012 -0800" git commit -m "Ignore stuff" --date "Tue Feb 7 22:47:34 2012 -0800"
# Changing date for historical commit:
git filter-branch --env-filter 'if [ $GIT_COMMIT = <commit-id> ]
then
export GIT_AUTHOR_DATE="Tue Feb 7 22:47:34 2012 -0800"
export GIT_COMMITTER_DATE="Tue Feb 7 22:47:34 2012 -0800"
@ItangSanjana
ItangSanjana / Contract Killer 3.md
Last active July 18, 2018 21:30 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post