mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
753 B
753 B
Your new git-extra command should support
- OSX, Ubuntu, FreeBsd(You may need to browse their man page)
- Bash 3.2+ (If you are not sure, Bash versions)
- Git 2.1+
To submit a new command, you should
Let's assume your new command is named foo.
- Write a bash script under
./bincalledgit-foo. - Read
./man/Readme.mdand write documentation forgit-foo. - Don't forget to introduce it in
Commands.md. - Update
./etc/git-extras-completion.zsh. Just follow existing code. - (Optional) Update
./etc/bash_completion.sh. - Run
./check_integrity.sh footo check if all is done.
You are welcome to open up an issue to discuss new commands or features before opening a pull request.