table of contents
other versions
- Tumbleweed 20251011-1.1
- Leap-16.0
- Leap-15.6
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¶
2008-11-18 | hxtools |