Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
you are using GIT incorrectly. What is the purpose of your teams? Get updated code in a specific branch?
what does it mean to delete files from a local project? - it means you made a change to the project, deleting files.
you must now either Commit or Revert the changes.
In general, it is strange that you work directly in the wizard, you want to delete files.
Read Git-Flow
You can only read from the master! Get the master branch to make other branches from it - feature_, develop_ or fix_.
They are already available for you to change. Then you commit them to the remote repository.
Then you make a pull request.
Then - merge, conflict resolution, etc.
And only then git pull origin master.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question