git - Propagating changes from one repo to another as fresh commits -
i have 2 git repositories & b. after commit has been made repository a, remove sensitive files commit , make new commit (with no additional changes) on repository b. best way this?
i cannot push commit b directly has sensitive files. @ point in time, commits in repo b subset of commits in repo a.
Comments
Post a Comment