Skip to content

Commit

Permalink
Feat: Add tips on moving the project folder from the system folder (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtamagotchi authored Jan 23, 2024
1 parent fd97495 commit 5c73860
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions docs/guides/collaboration/migrating-from-noodl-hosted-git.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,23 @@ To do so, open your project in CS Noodl. Then open the Version Control panel, an
Learn more about the Version Control panel in the [version control docs](/docs/guides/collaboration/version-control).
:::

## Move the project

CS Noodl projects live in system folders that are pretty cumbersome to navigate to. A strong suggestion is to move your project to an easily accessible folder.

Open the Project Settings panel and click the "Open project folder" button.

<div className="ndl-image-with-background">

![](/docs/guides/collaboration/version-control/open-project-folder.png)

</div>

This will open up your file browser in the folder of the current project. Rename this folder into something better and move it to a more reasonable place on your computer.

## Gotta get Git

With all branches synced it's time to give them a new home. For this you will be using Github.
With all branches synced and the project folder moved it's time to give them a new home. For this you will be using Github.

If you dont have a Github account already, now is the time to [create one](https://github.com/signup).

Expand All @@ -48,7 +62,7 @@ This is managed in your Github account settings. You can find a guide on it [her

## Hooking it up

When you have your Git Origin URL and Personal Access Token you can close CS Noodl and open OS Noodl. When you navigate to the Version Control panel you will now see a migration notice. Click the notice and follow the wizard in the popup:
When you have your Git Origin URL and Personal Access Token you can close CS Noodl and open your project in OS Noodl (this is why it's good to have moved the project folder beforehand). When you navigate to the Version Control panel you will now see a migration notice. Click the notice and follow the steps in the popup:

<div className="ndl-video">
<video width="100%" autoPlay muted loop src={useBaseUrl("/docs/guides/collaboration/version-control/migration-wizard.mp4")}/>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5c73860

Please sign in to comment.