Default Print formats

Hey,

I just made couple of print formats default by choosing the same in Doctype Settings. However when a friend of mine installed the app using git repo, the print formats didn’t seem to appear. How do we transfer the print formats along with the app?

Thanks,
Akarsh

Add print formats to fixtures

https://frappe.github.io/frappe/user/guides/app-development/how-to-create-custom-fields-during-app-installation.html

So which is the right format ?

Fixtures = [" print_format_name"]

Or

Fixtures = [“Print format”]

Also, if two people modify the same doctype, will committing to repo take
the changes? Even after one pulls the commits, the new changes doesn’t seem
to appear… What is the best way for multiple people to develop the same
app using git ?