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

feat: add ignore options to copy promotion step #2647

Closed
krancour opened this issue Oct 4, 2024 · 1 comment
Closed

feat: add ignore options to copy promotion step #2647

krancour opened this issue Oct 4, 2024 · 1 comment

Comments

@krancour
Copy link
Member

krancour commented Oct 4, 2024

@hiddeco and I discussed offline and found that recently replacing git-overwrite with git-clear, which we both felt strongly was an overall improvement, created one small difficulty.

git-overwrite knew to ignore a .git file (from a working tree of a bare repo) or .git directory when copying into a Git working tree. copy does not know to do that.

We discussed adding a configurable list of paths to ignore during the copy operation and including .git in that list by default.

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

2 participants