-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Move git command to git/gitcmd #35483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
No, don't use single word, it's very difficult to maintain. |
Then I'd like to hear your thoughts. |
Two-word names are more maintainable |
reverted |
* giteaofficial/main: Clean up npm dependencies (go-gitea#35508) Correctly override user unitmodes (go-gitea#35501) [skip ci] Updated translations via Crowdin Enable more markdown paste features in textarea editor (go-gitea#35494) Move git command to git/gitcmd (go-gitea#35483) Exposing TimeEstimate field in the API (go-gitea#35475) Clean up npm dependencies (go-gitea#35484)
The name cmd is already used in many places and may cause conflicts, so I chose
gitcmd
instead to minimize potential naming conflicts.