Is there a way I can move/copy entire forms and modules from project to project?

Another way is to:

  1. git clone original
  2. git clone updated
  3. Copy the forms (and directories) of the Forms you need from updated to original (Best to have different form names in original and updated)
  4. git commit the original
  5. git push the original up to anvil.works
1 Like