C:\laragon\www\dev49\vendor\berecont\contao-breakline (master)
? git init
Initialized empty Git repository in C:/laragon/www/dev49/vendor/berecont/contao-breakline/.git/
C:\laragon\www\dev49\vendor\berecont\contao-breakline (master)
? git add --all
warning: LF will be replaced by CRLF in composer.json.
The file will have its original line endings in your working directory
C:\laragon\www\dev49\vendor\berecont\contao-breakline (master)
? git commit -m "initial commit"
[master (root-commit) 7c24173] initial commit
9 files changed, 125 insertions(+)
create mode 100644 composer.json
create mode 100644 src/ContaoBreaklineBundle.php
create mode 100644 src/ContaoManager/Plugin.php
create mode 100644 src/Controller/ContentElement/Breakline.php
create mode 100644 src/DependencyInjection/ContaoBreaklineExtension.php
create mode 100644 src/Resources/config/services.yml
create mode 100644 src/Resources/contao/dca/tl_content.php
create mode 100644 src/Resources/contao/languages/de/tl_content.php
create mode 100644 src/Resources/contao/templates/ce_breakline.html5
C:\laragon\www\dev49\vendor\berecont\contao-breakline (master)
? git remote add origin
https://github.com/berecont/contao-breakline.git
C:\laragon\www\dev49\vendor\berecont\contao-breakline (master)
? git push origin master
To
https://github.com/berecont/contao-breakline.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/berecont/contao-breakline.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
C:\laragon\www\dev49\vendor\berecont\contao-breakline (master)
?