<<<<<<< Updated upstream Safely Merge your Working Branch — git_safe_merge • blaseRtemplatesSafely Merge your Working Branch — git_safe_merge • blaseRtemplates Skip to contents

This function updates default branch (usually "main") from remote. This pulls in any changes from other contributors. Then it merges the working branch into the upstream branch.

Usage

git_safe_merge(branch = NULL, upstream = NULL)

Arguments

branch

The working branch you wish to merge, Default: NULL

upstream

The default upstream branch you wish to merge into, Default: NULL

Value

nothing