Skip to content
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

Fix clone naming logic for Projects #480

Open
paulthatjazz opened this issue Jan 12, 2025 · 0 comments
Open

Fix clone naming logic for Projects #480

paulthatjazz opened this issue Jan 12, 2025 · 0 comments

Comments

@paulthatjazz
Copy link
Contributor

paulthatjazz commented Jan 12, 2025

When a project is cloned:
the clone is named project name (copy)

Intended logic:
the clone is named project name (copy) (n) *

  • n = first available number, if Project with the name exists increment by one.

ex:
project_name (copy) (1), project_name (copy) (2), project_name (copy) (3), ... etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant