coderefinery / modular-type-along

Modular code development - Making reusing parts of your code easier
https://coderefinery.github.io/modular-type-along/
Creative Commons Attribution 4.0 International
3 stars 8 forks source link

how to use same repo from multiple computers #26

Open rkdarst opened 1 year ago

rkdarst commented 1 year ago

Ideal to discuss at the end: how to make a repo/code usable on multiple computers. for example, it might involve copying a lot of data that's not in git. Or lots of different file paths, and these might be hard-coded. How to easily develop locally and then run remotely. what happens if you need to edit remotely, too? - how to think about this.

bast commented 1 year ago

Great point. Thanks.

bast commented 1 year ago

What would your answers be?