Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
Developers
Developers
  • 📖Documentation
    • Basic Concepts
      • Node JS
      • React
      • Postgres SQL
      • GraphQL
      • Git
      • API
  • 🔌API
    • Getting Started
      • Credentials
    • Users
      • Register User
    • Component Interface
      • Props
  • 🤖IDE
    • Getting started
    • Component View
      • CSS
      • Controller
      • Component
    • Compiler
    • Importing Code
      • Scripts
        • Manifest
      • Connectors
        • Manifest
      • Components
        • Manifest
    • Exporting Code
      • Design Systems
        • Custom React libraries
      • Guidelines
  • ⚙️Figma Plugin
    • Variables
      • Global Variables
      • Local Variables
      • Route Variables
      • Session Context
      • Window Variables
    • Actions
      • GraphQL Trigger
      • Refresh Query
      • Set Variable
      • Select and Navigate
  • 🎛️Settings
    • User Authentication
    • Git
    • External Deployment
    • Version Control
    • External DB Setup
    • SEO
Powered by GitBook
On this page
  • Overview
  • Uncodie Setup

Was this helpful?

  1. Settings

Git

Git integration

PreviousUser AuthenticationNextExternal Deployment

Last updated 1 year ago

Was this helpful?

Overview

Uncodie integrates with GitHub so you can save a version of your project to a repository so you can take advantage of Git's version control features. Note that the main data store is still the Uncodie servers, and what you have in Git is a copy of the project.

In this section, you will need to configure your Git repository. Uncodie defaults to providing a git repository. In case you want to import your repository, you must do it as indicated below

Uncodie Setup

URL

URL of your git repository

User

Git user (no longer needed)

Pass

A strong password (no longer used)

🎛️
Git - Documentation
Logo