Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. REM Initialize Gitflow and update Version details for assembly info.
  2. REM Usuage Gitflowinitialization.bat
  3.  
  4. set arg1=%1
  5. cd..
  6. REM git fetch --prune
  7. git add .
  8. git commit -m "Untracked Changes"
  9. git flow init -d -f
  10. GitVersion.exe /updateassemblyinfo %arg1%
  11. GitVersion.exe . /output buildserver /l GitVersion.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement