PS C:\Users\SMizynchuk\Documents\telinfo\telinfo-frontend> git switch develop
Switched to branch 'develop'
Your branch is up to date with 'origin/develop'.
PS C:\Users\SMizynchuk\Documents\telinfo\telinfo-frontend> git switch -c feature.fix-close.fix-payload
Switched to a new branch 'feature.fix-close.fix-payload'
PS C:\Users\SMizynchuk\Documents\telinfo\telinfo-frontend> git add .
PS C:\Users\SMizynchuk\Documents\telinfo\telinfo-frontend> git commit -m "убрано закрытие модалки
при нажатии на беграунд и исправлен пейлоад"
✔ Backed up original state in git stash (375605f)
✔ Running tasks for staged files...
✔ Cleaning up temporary files...
[feature.fix-close.fix-payload e8fe73c] убрано закрытие модалки при нажатии на беграунд и исправлен пейлоад
Committer: Мизынчук Сергей Игоревич <SMizynchuk@vimpelcom.ru>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:
git config --global user.name "Your Name"
git config --global user.email you@example.com
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
2 files changed, 34 insertions(+), 2 deletions(-)
PS C:\Users\SMizynchuk\Documents\telinfo\telinfo-frontend> git pull origin feature.fix-close.fix-payload
fatal: couldn't find remote ref feature.fix-close.fix-payload