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

Add Markdown Previewer Project #22

Closed
airscripts opened this issue Jan 22, 2023 · 2 comments · Fixed by #41
Closed

Add Markdown Previewer Project #22

airscripts opened this issue Jan 22, 2023 · 2 comments · Fixed by #41
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@airscripts
Copy link
Owner

airscripts commented Jan 22, 2023

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.
The repository can be found here: https://github.com/Airscripts/fcc-markdown-previewer.

Describe alternatives you've considered
/

Additional context
How to do it correctly:

  1. Fork this project and then clone the repository on your machine;
  2. Run the following commands in sequence:
cd campfire
git pull origin main
git remote add -f project-name link-to-project
git switch -c new-branch-name
git merge project-name/main --allow-unrelated-histories
git rebase -i main
  1. Move the merged project into campfire/curriculum/front-end-development-libraries;
  2. Commit changes;
  3. Push and open pull request.
@airscripts airscripts added enhancement New feature or request good first issue Good for newcomers labels Jan 22, 2023
@airscripts airscripts added this to the 1.16.0 milestone Jan 22, 2023
@airscripts airscripts self-assigned this Jan 22, 2023
@elgorditosalsero
Copy link
Contributor

Yo

This command is wrong for fcc-markdown-previewer as is not

git merge project-name/master --allow-unrelated-histories

but

git merge project-name/main --allow-unrelated-histories

@airscripts
Copy link
Owner Author

Gotcha! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants