Steps Performed
-
Create git Hub Account
-
Create Repo on GitHub
-
Install Dot net core 6 from link blow
-
Install Git software from link attached blow
-
Clone GitHub Repo in Vs Code
-
Pull code from main Branch
-
Change in Code file path pages -> shared -> _layoutfile.cshtml
-
Run following commands
a. git pull
b. git add .
c. git commit -am "-------"
d.git push
-
Create two Branches Master and Develop
-
Run Command git flow init
-
Configure Branches
a. Production : Master
b.Staging : Develop
c.Feature : feature
d.Bugfix : bugfix
e.Error : error
f.Support : support
-
Create feature Branch and make some changes and commit code to develop branch
................................................
download dot net 6 sdk
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
download git
download vs Code