Skip to content

Files

Latest commit

author
Sumit Ghosh
Feb 5, 2021
faa26cc · Feb 5, 2021

History

History
10 lines (6 loc) · 557 Bytes

branch-guide.md

File metadata and controls

10 lines (6 loc) · 557 Bytes

eShopOnContainers - BRANCH GUIDE

Following are the most important branches:

  • dev: Contains the latest code and it is the branch actively developed. Note that all PRs must be against the dev branch to be considered. This branch is developed using .NET 5
  • main: Synced time to time from dev.It contains "stable" code, although not the latest one. Right now, this branch contains changes specific to .NET Core 3.1

Any other branch is considered temporary and could be deleted at any time. Do not submit any PR against them!

Thanks!