Skip to content

Instantly share code, notes, and snippets.

Created March 31, 2016 12:38
Show Gist options
  • Save anonymous/786578a467521f12a930cda9fbda170e to your computer and use it in GitHub Desktop.
Save anonymous/786578a467521f12a930cda9fbda170e to your computer and use it in GitHub Desktop.
pdejean@ip-172-30-0-83:~/project$ git config core.autocrlf false
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 status
On branch GLS-2492
Your branch is up-to-date with 'origin/GLS-2492'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: laravel/app/Entities/Events/Event.php
modified: laravel/app/Entities/Events/EventAdditional.php
modified: laravel/app/Entities/System/AccountsAdmin.php
modified: laravel/app/Entities/System/LoginToken.php
modified: laravel/app/Exceptions/Services/BaseServiceException.php
modified: laravel/app/Exceptions/Services/InternalErrorServiceException.php
modified: laravel/app/Exceptions/Services/InvalidArgumentServiceException.php
modified: laravel/app/Exceptions/Services/NotFoundServiceException.php
modified: laravel/app/Http/Controllers/Api/Ecosystem/EcosystemController.php
modified: laravel/app/Http/Controllers/System/ClientUpdateController.php
modified: laravel/app/Http/Routes/api-ecosystem-routes.php
modified: laravel/app/Http/Routes/api-routes.php
modified: laravel/app/Http/Routes/system-routes.php
modified: laravel/app/Services/BaseService.php
modified: laravel/app/Services/Ecosystem/BaseSyncOutService.php
modified: laravel/app/Services/Ecosystem/Events/EventSyncOutService.php
modified: laravel/app/Services/Ecosystem/Events/InviteeSyncOutService.php
modified: laravel/app/Services/System/SystemSettingsService.php
modified: laravel/app/Services/System/UserSettingsService.php
modified: laravel/app/Types/BaseType.php
modified: laravel/app/Types/Ecosystem/DeleteSyncType.php
modified: laravel/app/Types/Ecosystem/Events/EventSyncOutType.php
modified: laravel/app/Types/Ecosystem/Events/GuestSyncOutType.php
modified: laravel/app/Types/Ecosystem/Events/InviteeSyncOutType.php
modified: laravel/app/Types/Ecosystem/PayloadType.php
modified: laravel/resources/views/system/client-update.blade.php
no changes added to commit (use "git add" and/or "git commit -a")
pdejean@ip-172-30-0-83:~/project$ git config core.autocrlf true
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 status
On branch GLS-2492
Your branch is up-to-date with 'origin/GLS-2492'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: laravel/app/Entities/Events/Event.php
modified: laravel/app/Entities/Events/EventAdditional.php
modified: laravel/app/Entities/System/AccountsAdmin.php
modified: laravel/app/Entities/System/LoginToken.php
modified: laravel/app/Exceptions/Services/BaseServiceException.php
modified: laravel/app/Exceptions/Services/InternalErrorServiceException.php
modified: laravel/app/Exceptions/Services/InvalidArgumentServiceException.php
modified: laravel/app/Exceptions/Services/NotFoundServiceException.php
modified: laravel/app/Http/Controllers/Api/Ecosystem/EcosystemController.php
modified: laravel/app/Http/Controllers/System/ClientUpdateController.php
modified: laravel/app/Http/Routes/api-ecosystem-routes.php
modified: laravel/app/Http/Routes/api-routes.php
modified: laravel/app/Http/Routes/system-routes.php
modified: laravel/app/Services/BaseService.php
modified: laravel/app/Services/Ecosystem/BaseSyncOutService.php
modified: laravel/app/Services/Ecosystem/Events/EventSyncOutService.php
modified: laravel/app/Services/Ecosystem/Events/InviteeSyncOutService.php
modified: laravel/app/Services/System/SystemSettingsService.php
modified: laravel/app/Services/System/UserSettingsService.php
modified: laravel/app/Types/BaseType.php
modified: laravel/app/Types/Ecosystem/DeleteSyncType.php
modified: laravel/app/Types/Ecosystem/Events/EventSyncOutType.php
modified: laravel/app/Types/Ecosystem/Events/GuestSyncOutType.php
modified: laravel/app/Types/Ecosystem/Events/InviteeSyncOutType.php
modified: laravel/app/Types/Ecosystem/PayloadType.php
modified: laravel/resources/views/system/client-update.blade.php
no changes added to commit (use "git add" and/or "git commit -a")
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