Scroll to navigation

git-track(1) hxtools git-track(1)

Name

git-track — set up branch for tracking a remote

Syntax

git-track remote/branch

Description

Wrapper to call

	git config branch.<current>.remote = <nickname>
	git config branch.<current>.merge = <remote-ref>

See also

hxtools(7)

2008-11-18 hxtools