Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 343 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 343 Bytes

startDay

Script for merging the main development branch with our development branch, in powershell

A simple way to start our day as developers

How to use

Enter the corresponding values in the variables:

Name of our main development branch
$mainBrach = "MyMainDevBranch"

Path to our local repository
$repoPath = "C:\MyRepoPath"