#git bot interface
History of !rtb
- @!remote_tracking_branch
By qsuscs at 2015-05-16 10:24:27
- Remote-tracking branches (branches which start with e.g. 'origin/', listed by 'git branch -r') are read-only mirrors of the corresponding branches in another repository. They're updated by 'git fetch'. You can't edit them directly (trying to check them out results in a !detached HEAD), but you can create a new local branch based on a remote-tracking branch using e.g. 'git checkout -b
By qsuscs at 2015-05-16 10:24:03
- @!remote_tracking_branch
By jast at 2013-01-13 22:14:52