azzam

@azzam

Joined on Jul 18, 2019

  • Interstellus Git Work Flow The following outlines the SOPs that should be followed when working on any interstellus project with a Git remote repository: Clone the repository git clone <repository-url> Initialize Git Flow in your local repository git flow init. Use master branch for production releases, develop branch for next releases, feature prefix for feature branches and bugfix prefix for bugfix branches. Go to Boards of the project choose any issue from To Do lane that you want to work on and move it to doing lane. Look in the issue tags if the issue has any of the following 3 labels and than run the corresponding command to set up your local branching: feature: This means that a new feature needs to be added into the project. Run the following command:
     Like  Bookmark
  • --- tags: mg, mg-tutorials, mg-beginner, mg-windows --- # How to Install the Memgraph Debian Package and Memgraph Lab on Windows 10. [Memgraph](https://memgraph.com/product/) is a native, in-memory graph database built for real-time business-critical applications. Memgraph supports strongly-consistent ACID transactions; and uses the Cypher query language for structuring, manipulating, and exploring data. [Memgraph Lab](https://memgraph.com/download/memgraph-lab/) is a lightweight and intuitiv
     Like  Bookmark