Skip to content

Commit

Permalink
Add sync path and unsync path
Browse files Browse the repository at this point in the history
  • Loading branch information
wyunchi-ms committed Oct 11, 2021
1 parent a574657 commit 415f864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/BranchSync/BranchSync.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ git config --global user.email "[email protected]"
git config --global user.name "azurepowershell"
git checkout -b "syncToolsFolder-$BranchName" "origin/$BranchName"

# There are some files or folders who need to be keeped in target branch.
foreach ($UnSyncPath in $Config.UnSyncPath)
{
Write-Host "Back up $UnSyncPath from $BranchName branch."
Expand Down

0 comments on commit 415f864

Please sign in to comment.