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

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -