*** title: Manage flows with Native Git updated: 2026-03-01T00:00:00.000Z topictype: concept slug: docs/postman-flows/get-started/flows-native-git max-toc-depth: 2 ---------------- Native Git is available in the Postman desktop app on Free plans. With Postman’s file system support [(Native Git)](/docs/agent-mode/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](/docs/postman-flows/build-flows/organize/share-and-embed-flows/) and [run](/docs/postman-flows/build-flows/structure/actions/) them. With Native Git, Postman has two *views* you can work in, [*Cloud View*](#cloud-view) and [*Local View*](#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](/docs/postman-flows/build-flows/create/clone-flows/) 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](/docs/agent-mode/native-git#connect-your-git-project-to-your-workspace) 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](/docs/postman-flows/build-flows/configure/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](/docs/postman-flows/get-started/flows-native-git/).