JDzejlan / php-js-sql-website

Learning repo
0 stars 0 forks source link

php-login-validation #9

Closed JDzejlan closed 5 months ago

edzebo commented 5 months ago

This doesn't look right. Did you pull the latest master branch changes before doing git checkout to the feature branch from master?

  1. git checkout master
  2. git pull
  3. git checkout -b feature/some-feature
  4. Do you work with code changes
  5. git status -- shows list of changes and files you edited
  6. git add [either . for all files or add them by filename]
  7. git commit -m "Commit message"
  8. git push [if error about missing remote, use command it suggests]
  9. Go online to this repo, click new MR, create MR.