caiocaprio / gulp-react-browserify-babelify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-portal

T-REX

MVP of new Portal Nextel.

Pull Requests and Git flow

GIT-FLOW

To see current features pull request

Opens pull requests

Branches naming

You can only create branches named like this:

  • feature/[FEATURE_NAME]
  • fix/[FIX_NAME]
  • release/[VERSION]

General Rules

  • We should not commit to the master branch
  • 2 persons need to approve every Merge Request before it be merged
  • A merge request can be composed by more than one commit if that makes sense
  • ⚠️ The person that is going to merge the MR should be the same one that opened it ⚠️

Getting started

Configure config global

git config --global user.name "Your Name"
git config --global user.email "your.mail@nextel.com.br"

Clone the repository

cd D:\PROJECTS\
git clone git@gitlab.nexteldigital.com.br:NextelDigital/web-portal.git web-portal
cd web-portal

Switch branch

git checkout develop

Create your branch for working

git checkout -b feature/task
git checkout -b fix/FIX_NAME
git checkout -b release/VERSION

Commit and Push

git add .
git commit -m 'message'
git push origin develop

Commit and Push

git add .
git commit -m 'message'
git push origin develop

About


Languages

Language:CSS 64.3%Language:JavaScript 35.4%Language:HTML 0.3%