Skip to content

Commit

Permalink
Updated pull.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
binodnp committed Dec 4, 2016
1 parent 1820b44 commit 0eb0f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull/pull.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function gitPull($path, $projectName){

"Cleaning up $projectName";
git clean -n
git clean -f -d
git clean -fd

"Pulling $projectName";
git.exe pull origin master
Expand Down

0 comments on commit 0eb0f1c

Please sign in to comment.