PowerShell/docs/workflow/branches.md
2016-04-06 11:35:32 -07:00

570 B

Branches

PowerShell has a number of long-living branches

  • master -- current development, upstream. It's based on source-depot, but has changes for Linux/OS X. It also has changes for the latest version of .NET Core, i.e. rc3.
  • source-depot -- an exact mirror of dev branch in Source Depot for all mapped files. Here code flow in "sd -> github" case. It should be treated mostly as read-only (unless you are integrating changes "sd->github").