mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
698 B
698 B
Your new git-extra command should support...
- Should support Mac and Linux(You may need to browse their man page)
- Should support Bash 3 or newer(If you are not sure, Bash versions)
- Should support 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.