Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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)

hxtools 			   2008-11-18			    git-track(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-track&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help