Base solution for your next web application
Open Closed

DevOps repository - best practise question #8821


User avatar
0
BobIngham created

I am about to rebuild my application on 8.5.0 .NET Core/Angular. This will be a rebuild operation, I do not feel confident that I can logically upgrade from a aspnet framework version to a .NET Core version. I have a new project in DevOps and would like to implement the following branch structure (for both the .NET Core and Angular projects).

  • master
    • dev
      • zero

Now, I will start by pulling down the latest version (8.5.0 of the .NET Core project) and then checking that into master, taking a branch as dev and then a further branch from as Zero. This will give me the latest version of Zero in the Zero branch for merges into Dev. This follows a practise I copied here from the forum, I have used it before and it works well. I simply switch to the Zero branch, replace the code with the latest downloaded version and then carry out a merge into Dev. My question is: Is it possible for me to fork the Zero code into the Zero branch so I can simply pull the latest version from your github repo rather than having to download and carry out a manual process to do same?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @bobingham,

    Yes, you can fork it but naming of the project will be a problem. Because of that, I suggest you to use downloaded version.