Size: a a a

2020 July 29

R

R1KO in phpGeeksJunior
Лучше явно сделай git add .
источник

R

R1KO in phpGeeksJunior
Если всё надо
источник

И

Илья in phpGeeksJunior
я че то не так делаю, сначала надо git add потом git commit?
источник

R

R1KO in phpGeeksJunior
Да
источник

R

R1KO in phpGeeksJunior
Либо комит с флагом a
источник

И

Илья in phpGeeksJunior
git add урл проекта?
источник

R

R1KO in phpGeeksJunior
Нет
источник

R

R1KO in phpGeeksJunior
Путь к файлу
источник

R

R1KO in phpGeeksJunior
Просто точку ставь чтобы всё добавить
источник

И

Илья in phpGeeksJunior
сделал git commit -a, выкинуло
new file:   resources/icons/resend.svg
#       new file:   resources/icons/search.svg
#       new file:   resources/icons/security.svg
#       new file:   resources/js/datepicker.js
#       new file:   resources/js/jquery.mask.js
#       new file:   resources/js/script.js
и все, ниже ничего не вводится
источник

R

R1KO in phpGeeksJunior
гит статус
источник

И

Илья in phpGeeksJunior
че то консоль завтыкала, ничего не вписывается
источник

И

Илья in phpGeeksJunior
To http://gitlab.project.ru/root/lending.git
! [rejected]        patch-1 -> patch-1 (fetch first)
error: failed to push some refs to 'http://gitlab.project.ru/root/lending.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.
источник

И

Илья in phpGeeksJunior
не пушится что то
источник

И

Илья in phpGeeksJunior
git status
On branch patch-1
Changes to be committed:
 (use "git restore --staged <file>..." to unstage)
       new file:   resources/css/datepicker.css
       new file:   resources/fonts/Gilroy/Gilroy-Black.eot
       new file:   resources/fonts/Gilroy/Gilroy-Black.ttf
       new file:   resources/fonts/Gilroy/Gilroy-Black.woff
       new file:   resources/fonts/Gilroy/Gilroy-BlackItalic.eot
       new file:   resources/fonts/Gilroy/Gilroy-BlackItalic.ttf
источник

R

R1KO in phpGeeksJunior
теперь делаешь комит
источник

R

R1KO in phpGeeksJunior
git commit -m 'текст комита'
источник

И

Илья in phpGeeksJunior
вроде получилось
источник

И

Илья in phpGeeksJunior
сейчас пуш?
источник

R

R1KO in phpGeeksJunior
давай для начала уточним. это приватный репозиторий?
источник