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

Support folder renaming #18

Open
mariocj89 opened this issue Dec 2, 2017 · 0 comments
Open

Support folder renaming #18

mariocj89 opened this issue Dec 2, 2017 · 0 comments

Comments

@mariocj89
Copy link
Owner

At the moment when a folder is renamed locally, gitorg will report it as added and the original. Support some way to enable this.

As an example gitorg add github:python brings you locally all repositories from the python org. If you rename peps repository to python-pep gitorg will report it missing.

Solution: Explore the option of getting local names from the default git remote rather than the name of the folder. In the previous example, origin will still be python/pep

Reproduce:

gitorg init
gitorg add github:python
mv peps python-peps
gitorg status  # This will now report peps as missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant