EnglishFrenchSpanish

OnWorks favicon

git-feature - Online in the Cloud

Run git-feature in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command git-feature that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


git-feature - Create/Merge feature branch

SYNOPSIS


git-feature [-a|--alias branch_prefix] [finish] <name>

DESCRIPTION


Create/Merge the given feature branch

OPTIONS


<-a|--alias branch_prefix>

use branch_prefix instead of feature

<finish>

Merge and delete the feature branch.

<name>

The name of the feature branch.

EXAMPLES


$ git feature dependencies
`...`
$ (feature/dependencies) git commit -m "Some changes"
`...`
$ (feature/dependencies) git checkout master
$ git feature finish dependencies

$ git alias features "feature -a features"
$ git features dependencies
$ (features/dependencies) ...
$ (features/dependencies) git checkout master
$ git features finish dependencies

Use git-feature online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

Linux commands

  • 1
    abiword
    abiword
    abiword � flexible cross-platform word
    processor ...
    Run abiword
  • 2
    abl
    abl
    abl - Prefixed representation for
    boolean functions DESCRIPTION:
    libablmmm.a is a library that enables to
    represent a boolean function in a
    LISP-like form. An ...
    Run abl
  • 3
    cpan2debp
    cpan2debp
    dh-make-perl - Create debian source
    packages from Perl modules ...
    Run cpan2debp
  • 4
    cpan2distp
    cpan2distp
    cpan2dist - The CPANPLUS distribution
    creator DESCRIPTION: This script will
    create distributions of "CPAN" modules
    of the format you specify, including its
    pre...
    Run cpan2distp
  • 5
    gbp-buildpackage
    gbp-buildpackage
    gbp-buildpackage - Build Debian
    packages from a Git repository ...
    Run gbp-buildpackage
  • 6
    gbp-clone
    gbp-clone
    gbp-clone - Clone a repository from
    remote ...
    Run gbp-clone
  • More »

Ad