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

store issues as a private issues branch #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sk-sajid
Copy link

This pull request addresses issue #9

In the existing Git repository, the default behaviour has been updated. Previously, the default behaviour was to store the issues in a new issues repository. However, the new default behaviour is to store the issues as a private issues branch within the existing git repository. The -r option can be used to store the issues in a new issues repository.

In cases where the existing Git repository is empty without any commits, it is not possible to create a private issues branch. To resolve this, a commit will be made with the addition of the .git-issues-init.txt file. This commit will appear in the project's Git log, indicating that git-issue is now initialized in the project.

In the existing git repository store the issues as a private issues branch by default and use -r option to store the issues in a new issues repository.
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

Successfully merging this pull request may close these issues.

None yet

1 participant