You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered: