Hello,
I installed Turtoise Git and has been unable to pull:
From https://gitlab.com/website.com/restapi
= [up to date] master -> origin/master
Updating dad62f8..d807062
error: Your local changes to the following files would be overwritten by merge:
application/controllers/User.php
application/models/ContributionModel.php
application/models/OrderModel.php
Please commit your changes or stash them before you merge.
Aborting
git did not exit cleanly (exit code 1) (4391 ms @ 16/07/2018 10.08.12)
I should create git stash first but do not undetstand how to?
I already read https://git-scm.com/docs/git-stash
Can anyone guide me how to create git stash?