How to do it...

  1. Execute the following commands from the command line in the Solution and TempSolution parent directory:
SolutionPackager.exe /action:Extract /zipfile:Packt365_0_0_0_15.zip /folder:.TempSolution
robocopy .TempSolution .Solution /e /purge /move /xd .git
cd Solution
git add .

git status .
git commit -m "First commit, full solution"
cd..
SolutionPackager.exe /action:Extract /zipfile:Packt365_0_0_0_16.zip /folder:.TempSolution

robocopy .TempSolution .Solution /e /purge /move /xd .git
cd Solution
git add .

git status .
git commit -m "Second commit, removed component"
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.253.198