File: git-track.1

package info (click to toggle)
hxtools 20251011-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,468 kB
  • sloc: ansic: 4,384; perl: 3,467; sh: 1,664; cpp: 353; makefile: 90
file content (14 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH git-track 1 "2008-11-18" "hxtools" "hxtools"
.SH Name
git-track \(em set up branch for tracking a remote
.SH Syntax
\fBgit\-track\fP \fIremote\fP\fB/\fP\fIbranch\fP
.SH Description
Wrapper to call
.PP
.nf
	git config branch.<current>.remote = <nickname>
	git config branch.<current>.merge = <remote-ref>
.fi
.SH See also
\fBhxtools\fP(7)