EnglishFrenchSpanish

OnWorks favicon

git-merge-into - Online in the Cloud

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

This is the command git-merge-into 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-merge-into - Merge one branch into another

SYNOPSIS


git merge-into [src] <dest> [--ff-only]

DESCRIPTION


Merge one branch into another, and keep yourself on current branch. If src branch not
given, it will merge current one to dest.

OPTIONS


<src>

The name of the branch will be merged into. If this not given, use current branch as
default.

<dest>

The name of the branch to merge into.

--ff-only

Refuse to merge and exit with a non-zero status unless the current HEAD is already
up-to-date or the merge can be resolved as a fast-forward.

EXAMPLES


Assume the following history exists and the current branch is src:

A---B---C src(current)
/
D---E---F---G dest

After running git merge-into dest, it will look like this:

A---B---C src(current)
/ \
D---E---F---G---H dest

The H commit will record the merge result, just like what git merge does. And src is still
the current branch.

The default implementation of merge-into use git checkout and git merge, which may cause
temporary change in the working tree. If you make sure your branch can be merged
fast-forward, add --ff-only to avoid files change.

Use git-merge-into online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 2
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • 3
    Boost C++ Libraries
    Boost C++ Libraries
    Boost provides free portable
    peer-reviewed C++ libraries. The
    emphasis is on portable libraries which
    work well with the C++ Standard Library.
    See http://www.bo...
    Download Boost C++ Libraries
  • 4
    VirtualGL
    VirtualGL
    VirtualGL redirects 3D commands from a
    Unix/Linux OpenGL application onto a
    server-side GPU and converts the
    rendered 3D images into a video stream
    with which ...
    Download VirtualGL
  • 5
    libusb
    libusb
    Library to enable user space
    application programs to communicate with
    USB devices. Audience: Developers, End
    Users/Desktop. Programming Language: C.
    Categories...
    Download libusb
  • 6
    SWIG
    SWIG
    SWIG is a software development tool
    that connects programs written in C and
    C++ with a variety of high-level
    programming languages. SWIG is used with
    different...
    Download SWIG
  • ce
    manager. Firefly III features a
    double-entry bookkeeping system. You can
    quickly enter and organize your
    transactions i...
    Download Firefly III
  • More »

Linux commands

Ad