Allcancode Platform v5
  • Introduction
  • Getting started
  • Managing projects
    • The list of projects
    • Creating a project
    • Sharing projects with teams
    • Basic project settings
  • Creating UI layouts
    • The container
    • Basic components
    • Creating a component
    • Working with layout properties
    • Working with styling properties
    • Building responsive layouts
  • Writing frontend logic
    • Introducing Blockly
    • Handling data
      • Session
      • Variable
    • Binding inputs to data
    • Binding text to data
    • Visualizing a list
    • Handling events
    • Navigating between pages/screens
    • Sharing data between pages/screens/components
    • Using native components
    • Creating native components
    • Creating a library of functions
  • Creating a backend
    • Defining endpoints
    • Creating a library of backend functions
  • Testing and debugging
    • Previewing a web application
    • Previewing a mobile app
    • The build log
    • The debug panel
  • How-to Guides
    • Sync code with git
      • Sync with GitHub
      • Sync with Gitlab
      • Sync with Bitbucket
    • Publish web applications
      • Publish web apps to Vercel
      • Publish web apps to Netlify
    • Publish mobiles apps
      • Publish mobile apps to stores
      • Publish mobile apps to Expo Go
      • mobile app with Expo
    • Implementing authentication
    • Implementing authorization
    • Supporting multilingual UIs
  • Release Notes
    • Release notes
Powered by GitBook
On this page

Was this helpful?

  1. How-to Guides
  2. Sync code with git

Sync with GitHub

Connecting your project with your GitHub repository

PreviousSync code with gitNextSync with Gitlab

Last updated 2 years ago

Was this helpful?

1. Before starting, you will need to create the repo and branch you wish to connect with your project

2. You will also need a personal access token with the necessary permissions for making commits

You can learn how to do that from the :

Note: For a fine-grained access token, select your repository and give the "Contents" read and write pemissions. For a classic token give the "repo" permission.

3.

4. Click on Project settings

5. Fill out the repository information, as well as the username and email of the user that the update commits will be made from

The repository owner can be either a user or an organization.

Note: If you are automatically deploying from your repository, make sure the username and email are the ones that are connected with your deployment provider

6. Click UPDATE

7. And you are ready!

Click here if you want to learn how to automatically deploy from your repository to Vercel

official GitHub documentation
Go to your project