namespace commands
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 18.1k
- Forks
- 1.2k
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 1
Description
git town recently just moved all our commands to start with git-town- to prevent conflicts with git-extras and hub.
Would be nice if git-extras did something similar where all the commands start with git-extras- and then can be aliased to retain the current functionality. This should help prevent future conflicts with other libraries.
On git-town we also added a small subcommand to add or remove all the basic aliases (skipping any potential conflicts).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue proposes renaming all git-extras commands with a git-extras- prefix and adding aliases that preserve current usage. Review the repository's existing command entry points and alias behavior first; done means commands avoid conflicts while the current forms continue to work, with conflict-skipping add/remove alias support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100