Git Product home page Git Product logo

mixeditems's Introduction

mixeditems

A new Flutter project to implement features below :

Getting Started

This project is based on a Flutter project sample:

For help getting started with Flutter, view their online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Tips

What I understood about git flow Two big branches to start with

  • master -> for real app on real server

  • develop -> everything is ongoing here. main branch for features.

  • feature/name -> each function for the app will be developed on this branch.

  • release/ -> when features are done, it will be created or updated on temp or test server. test, fixing bugs before release will go on here.

  • master -> When test is done and all the bugs are fixed. It will be merged to both master and develop. And it will be released with version Tag.

  • hotfix/ -> After release, if there is critical bug on App. Create hotfix branch and work on it. After fixing it, make sure the code are merged to both master and develop branch.

What I did to apply git flow

  1. I did installed git-flow with brew install git-flow on Terminal > Uninstalled you can do it without installing git-flow.

  2. create master, develop branch and push all files on them.

  3. create feature/login and feature/userinformation for an example with "git flow feature start login" > Without git-flow, push the new branch on remote.

  4. push on remote repo with git push origin --all

  5. After working on it, add, commit and push files on feature/login, did pull Request.

  6. When it is approved, it can be merged to develop.

  7. If it is approved to be released, it can be merged to master.

Simply, git flow is feature > develop > master

mixeditems's People

Contributors

lee-yoonjoo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.