Skip to content
Snippets Groups Projects
Commit 511aeddd authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: leave default behaviour for reset --hard

parent 95c2cc0c
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ execute_process(COMMAND ${GIT_COMMAND} branch --list "${_BRANCH}"
# clean tree
execute_process(COMMAND ${GIT_COMMAND} clean -d -f -f)
execute_process(COMMAND ${GIT_COMMAND} fetch --all --prune)
execute_process(COMMAND ${GIT_COMMAND} reset --hard origin/develop )
execute_process(COMMAND ${GIT_COMMAND} reset --hard)
# if(_is_local EQUAL -1)
if ( NOT _local_branches )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment