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

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -