codemancers / interceptor

A browser extension to mock AJAX requests at the browser level
MIT License
208 stars 25 forks source link

Moves interceptor website #182

Closed akshaysasidrn closed 5 years ago

akshaysasidrn commented 5 years ago

The idea is to unify the effort of maintaining two repos onto a single one. interceptor-website is to be deprecated going forward.

iffyuva commented 5 years ago

Love the way how this merge is happening (retaining history). Nice one @aksh93

revathskumar commented 5 years ago

@aksh93 How did you managed to move the git history from other repo?

akshaysasidrn commented 5 years ago

@revathskumar https://www.nomachetejuggling.com/2011/09/12/moving-one-git-repo-into-another-as-subdirectory/

TLDR: Made a commit on interceptor-website to move the content to a subdirectory on local and added a local remote on it within interceptor repo. Then it's just git fetch and merge.