Skip to content

Instantly share code, notes, and snippets.

Created March 31, 2016 12:19
Show Gist options
  • Save anonymous/cf5d69fd51eb54ca25657f66c3cec4b7 to your computer and use it in GitHub Desktop.
Save anonymous/cf5d69fd51eb54ca25657f66c3cec4b7 to your computer and use it in GitHub Desktop.
pdejean@ip-172-30-0-83:~/project$ git reset --hard HEAD
HEAD is now at 84170a6 Added deploy script and YAML package dependecy in composer.
pdejean@ip-172-30-0-83:~/project$ git checkout master
error: Your local changes to the following files would be overwritten by checkout:
laravel/app/Entities/Events/Event.php
laravel/app/Entities/Events/EventAdditional.php
laravel/app/Entities/System/AccountsAdmin.php
laravel/app/Entities/System/LoginToken.php
laravel/app/Exceptions/Services/BaseServiceException.php
laravel/app/Exceptions/Services/InternalErrorServiceException.php
laravel/app/Exceptions/Services/InvalidArgumentServiceException.php
laravel/app/Exceptions/Services/NotFoundServiceException.php
laravel/app/Http/Controllers/Api/Ecosystem/EcosystemController.php
laravel/app/Http/Controllers/System/ClientUpdateController.php
laravel/app/Http/Routes/api-ecosystem-routes.php
laravel/app/Http/Routes/api-routes.php
laravel/app/Http/Routes/system-routes.php
laravel/app/Services/BaseService.php
laravel/app/Services/Ecosystem/BaseSyncOutService.php
laravel/app/Services/Ecosystem/Events/EventSyncOutService.php
laravel/app/Services/Ecosystem/Events/InviteeSyncOutService.php
laravel/app/Services/System/SystemSettingsService.php
laravel/app/Services/System/UserSettingsService.php
laravel/app/Types/BaseType.php
laravel/app/Types/Ecosystem/DeleteSyncType.php
laravel/app/Types/Ecosystem/Events/EventSyncOutType.php
laravel/app/Types/Ecosystem/Events/GuestSyncOutType.php
laravel/app/Types/Ecosystem/Events/InviteeSyncOutType.php
laravel/app/Types/Ecosystem/PayloadType.php
laravel/resources/views/system/client-update.blade.php
Please, commit your changes or stash them before you can switch branches.
Aborting
pdejean@ip-172-30-0-83:~/project$ git stash
Saved working directory and index state WIP on GLS-2492: 84170a6 Added deploy script and YAML package dependecy in composer.
HEAD is now at 84170a6 Added deploy script and YAML package dependecy in composer.
pdejean@ip-172-30-0-83:~/project$ git checkout master
error: Your local changes to the following files would be overwritten by checkout:
laravel/app/Entities/Events/Event.php
laravel/app/Entities/Events/EventAdditional.php
laravel/app/Entities/System/AccountsAdmin.php
laravel/app/Entities/System/LoginToken.php
laravel/app/Exceptions/Services/BaseServiceException.php
laravel/app/Exceptions/Services/InternalErrorServiceException.php
laravel/app/Exceptions/Services/InvalidArgumentServiceException.php
laravel/app/Exceptions/Services/NotFoundServiceException.php
laravel/app/Http/Controllers/Api/Ecosystem/EcosystemController.php
laravel/app/Http/Controllers/System/ClientUpdateController.php
laravel/app/Http/Routes/api-ecosystem-routes.php
laravel/app/Http/Routes/api-routes.php
laravel/app/Http/Routes/system-routes.php
laravel/app/Services/BaseService.php
laravel/app/Services/Ecosystem/BaseSyncOutService.php
laravel/app/Services/Ecosystem/Events/EventSyncOutService.php
laravel/app/Services/Ecosystem/Events/InviteeSyncOutService.php
laravel/app/Services/System/SystemSettingsService.php
laravel/app/Services/System/UserSettingsService.php
laravel/app/Types/BaseType.php
laravel/app/Types/Ecosystem/DeleteSyncType.php
laravel/app/Types/Ecosystem/Events/EventSyncOutType.php
laravel/app/Types/Ecosystem/Events/GuestSyncOutType.php
laravel/app/Types/Ecosystem/Events/InviteeSyncOutType.php
laravel/app/Types/Ecosystem/PayloadType.php
laravel/resources/views/system/client-update.blade.php
Please, commit your changes or stash them before you can switch branches.
Aborting
pdejean@ip-172-30-0-83:~/project$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment