For the complete documentation index, see llms.txt. This page is also available as Markdown.

Data Backup Guide

Git Backup

Git is a widely used tool for source code version control and collaboration. In goormIDE, you can also use Git to securely store your data.

How to Use Git in goormIDE


Using Terminal Commands

By default, the terminal is available as the Terminal tab in the bottom layout of the goormIDE interface. To open it in a new window, go to [Window] > [New Terminal Window] or press the default shortcut Alt + Shift + T (Mac: ⌥⇧T).

Enter the commands in the terminal in the following order:

  • Initialize Git

  • Add Remote Repository

  • Stage and Commit Changes

  • Push to Remote Repository

    (If your default branch is master, replace main with master.)


Exporting Folders/Files

Download folders or files from goormIDE to your local computer.

Export Files

To download a file, right-click on the folder in the Project Explorer located in the left layout of goormIDE, and then select [Export File] from the menu.

Export Folders

To download a folder, right-click on the folder in the Project Explorer located in the left layout of goormIDE, and then select [Export Folder] from the menu. In the secondary menu that appears, choose your preferred archive format (ZIP, TAR, or TAR.GZ). The folder will then be compressed and downloaded to your local computer.

마지막 업데이트

도움이 되었나요?