You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
@hiddeco and I discussed offline and found that recently replacing
git-overwrite
withgit-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.The text was updated successfully, but these errors were encountered: