Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'example' app from backend #19

Open
XanderVertegaal opened this issue Mar 6, 2024 · 0 comments
Open

Remove 'example' app from backend #19

XanderVertegaal opened this issue Mar 6, 2024 · 0 comments
Assignees

Comments

@XanderVertegaal
Copy link
Contributor

The directory backend/example (and everything in it) is not needed and should be removed.

This is a good way to practice using Git.

You will need to know the following Git commands. Study them if you have not done so yet: git clone, git fetch, git status, git branch, git checkout, git add, git commit, git push.

  1. Clone the ParsePort repository to your local machine.
  2. Go to the develop branch and fetch the latest version.
  3. Check that you are up to date with the latest version (with git status).
  4. Create a new local branch called feature/remove-example.
  5. Remove the backend/example directory.
  6. Add your changes to the current commit.
  7. Commit your changes.
  8. Push your commit to remote.
  9. On GitHub, create a pull request (from your branch to develop)
  10. Assign me as a reviewer.
  11. Refer to this issue by writing Closes # followed by the number of this issue.
  12. Wait until the review is complete.
  13. Make changes if necessary.
  14. Click the 'Merge' button if your pull request has been accepted.

Feel free to ask me if anything is unclear!

Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants