settings

Category: GitHub

  • How to use github to manage your development

    How to use github to manage your development

    In this article we’ll explain in details, how to use git-scm via github, in order to unleash your dev skills on our network frictionless. TL;DR : if you already master git, go to How to use git in my workflow ? a very quick approach of this article without explanation. THE 1 RULE We have…

  • How to use git in my workflow ?

    How to use git in my workflow ?

    Let’s define how to proceed with your development and delivery THE 1 RULE We have only 1 rule to make our life (yours and ours) easier. Rule 1 : You never push on main branch. As long as you follow this rule, we will all be happy. Project Kick off Delivery UAT validation Validation to…

  • Where are the project files & db ?

    Where are the project files & db ?

    In this page you’ll find all information regarding how to kick start your project with us when you use your own environment. Where are the files ? All the files are accessible from the repo from which you’ve been invited. As usual, a nice ‘git clone -b uat <url>’ will do the work, we recommend…