Skip to content

Latest commit

 

History

History

tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Open Source Software and Hardware Tools

To resources at air4children are meaning to be open-source in order to make the material accessible to anyone.

Tools, tutorials and references

Operating Systems

Versioning

Powershell

Gitbash

Gitlab

https://about.gitlab.com/

Code API's

Visual Studio Code

CAD Software

Image Software

GitHub Flow

A common github workflow follows this steps:

  1. Raise an issue
  2. Create a #NN-new-branch from dev-branch
  3. commit changes using '#NN description'
  4. create a pull request
  5. commit changes using '#NN description'
  6. Request reviews
  7. Merge new-branch to dev-branch
  8. Final review to go from dev-branch to main-branch

fig Image of GitHub-Flow is owned by Build azure 2018 (see README for references).