A great tool to fool yourself and others
Project description
FakeGit is a great tool to fool yourself and others, it will modify your local git config file, deceive git to recognize the committer as somebody else.
You can use it on your own project or any repository, if you have push privilege.
Example
For example, the father of jQuery and the father of PHP is committing with a funny slogan, with my great respect and no offence for sure.
Those are real commits and will be recognized by Github and almost any git hosting websites as a user of one, if such user exists.
Installation
git clone https://github.com/hanbang-wang/FakeGit
cd FakeGit
python setup.py install
Or use pip:
pip install fakegit
Usage
fakegit <command> [--user] [--help|-h]
FakeGit passes all your arguments into original Git cli, except for the following:
change Change your local identity for ever
recover Quickly delete 'user' params in your local git config file
--help, -h A brief guide
FakeGit intercepts --user with exact one arg following, which is the committer’s identity.
Identity Format
For exact input, use name <email> format, for example:
--user 'John Doe <johndoe@example.com>'
or if you want to keep the email blank, just keep it blank:
--user 'No Email <>'
I also provided a quick identity lookup for Github users, fill in name only:
--user 'example'
Examples
fakegit commit -a -m "A example." --user hanbang-wang"
It will use Github API with the id hanbang_wang, which is me, lookup my commits history and my commit email, generating a format like SuperFashi <admin@superfashi.com> , use it to make commit messages.
But I recommend to specify a user info:
fakegit commit -a -m "A example." --user "SuperFashi <admin@superfashi.com>"
of course you can use any git command by FakeGit:
fakegit push --user "whateveryoulike <>"
# same as `git push`
But it would not make any difference, since only the commit command will use user params.
Additions
fakegit change will change your local identity for ever, therefore it must followed by --user, or it will throw an error.
fakegit recover is a quick tool for you to delete user params in your local git config file, in case of tired being someone else, or need a reset after a force quit.
License & Something
This little project is unlicensed, check LICENSE file for more information. But you should read the following carefully:
This project has something to do with others identity, so you may end up becoming an identity thief or harm the reputation of others or anything illegal may happen.
I do not take any responsibility, as I hope this project will only use for harmless jokes, educational or research purpose.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fakegit-0.1.tar.gz
.
File metadata
- Download URL: fakegit-0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb3c045edb9c0453651352a784e3ba97a21ef617d738fcc066e574f4b294be73 |
|
MD5 | 631a046590069849fc9d49ed56cb4a57 |
|
BLAKE2b-256 | 04c5cee7326a2f83e828acffe16925e7c95bc5a4db93b2ddf76d87f341fe0b26 |