Creating new feature branch

We will continue work in BC21 repository. We will create new branch using GitHub page. In Terminal type in following command: git pull As a result it will fetch new branch. Using git switch command we can switch to new…

Starting BC project

Let’s strart with BC project first. We will work with GitHub Repository. We will work in a approach recomennded by Microsoft. Changes will be introduced to main branch using feature branches and pull requests. We will initiate project new repository…