Git - Forked commit management

About

This is a page about a local fork (ie a local branch).

To incorporate the new commits into your feature branch, you have two options:

Commit History Forked





Discover More
Git - Merge

Merge is a git merge tool that is designed to integrate changes from one branch into another branch It joins two or more branch together (ie development histories) The pull command is a wrapper that...
Git - Upstream Branch (Tracking branch)

An upstream is a configuration of a local branch that set the remote branch that it's tracking. cloning @{u} or @{upstream} means the upstream branch of the current branch @{upstream} or @{u}...



Share this page:
Follow us:
Task Runner