Skip to content

Commit

Permalink
Enjoy!
Browse files Browse the repository at this point in the history
  • Loading branch information
torvalds committed Aug 4, 2015
0 parents commit 9b05625
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Instructions on masquerading as other users in git:

```bash
export GIT_AUTHOR_NAME="Linus Torvalds"
export GIT_AUTHOR_EMAIL="torvalds@linux-foundation.org"
export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"

git commit -m "Enjoy!"
```

0 comments on commit 9b05625

Please sign in to comment.