Manage flows with Native Git
Native Git is available in the Postman desktop app on Free plans.
With Postman’s file system support (Native Git), you can build Postman Flows in your IDE and manage them in your local Git repos. When they’re ready, you can push your local flows to the Postman Cloud, where you can share and run them.
With Native Git, Postman has two views you can work in, Cloud View and Local View.
Cloud view
In Cloud View, the flows you create and edit in a workspace are synced to the Postman Cloud automatically. You can share and run flows in the Postman Cloud, and clone them to other workspaces. Cloud view is the default view in Postman Flows. When you’re in Cloud View, you can’t see flows that exist in Local View.
Local view
In Local View, you can connect a local Git project to your workspace and store flows in a repo as JSON files. When you create, edit, or delete flows, Postman updates the local files automatically. You can then use Native Git workflows to sync the local repo with a remote Git repo. When you’re in Local View, you can’t see flows that exist in Cloud View.
Flows in Local View can’t be shared or deployed and they don’t support snapshots. In Local View, you can clone flows to the same workspace only. You can also push local flows to the Postman Cloud, edit them in Cloud View, and pull the changes back into Local View.
To learn more, see About Native Git.