- tzur@ARROW /C/Users/tzur/Development/Sources/convmirror (master)
- $ git checkout trz/merge_1.9.3
- error: pathspec 'trz/merge_1.9.3' did not match any file(s) known to git.
- tzur@ARROW /C/Users/tzur/Development/Sources/convmirror (master)
- $ git version
- git version 1.9.5.msysgit.0
- tzur@ARROW /C/Users/tzur/Development/Sources/convmirror (master)
- $ git checkout -b trz/merge_1.9.3 --track origin/trz/merge_1.9.3
- error: Not tracking: ambiguous information for ref refs/remotes/origin/trz/merge_1.9.3
- Switched to a new branch 'trz/merge_1.9.3'
- tzur@ARROW /C/Users/tzur/Development/Sources/convmirror (trz/merge_1.9.3)
- $ git checkout master
- Switched to branch 'master'
- Your branch is up-to-date with 'origin/master'.
- tzur@ARROW /C/Users/tzur/Development/Sources/convmirror (master)
- $ git branch -D trz/merge_1.9.3
- Deleted branch trz/merge_1.9.3 (was 3824eb1).
- tzur@ARROW /C/Users/tzur/Development/Sources/convmirror (master)
- $ git checkout -b trz/merge_1.9.3 --track remotes/origin/trz/merge_1.9.3
- error: Not tracking: ambiguous information for ref refs/remotes/origin/trz/merge_1.9.3
- Switched to a new branch 'trz/merge_1.9.3'
- tzur@ARROW /C/Users/tzur/Development/Sources/convmirror (trz/merge_1.9.3)
- $ git checkout master
- Switched to branch 'master'
- Your branch is up-to-date with 'origin/master'.
- tzur@ARROW /C/Users/tzur/Development/Sources/convmirror (master)
- $ git branch -D trz/merge_1.9.3
- Deleted branch trz/merge_1.9.3 (was 3824eb1).
- tzur@ARROW /C/Users/tzur/Development/Sources/convmirror (master)
- $ git checkout -b trz/merge_1.9.3 --track refs/remotes/origin/trz/merge_1.9.3
- error: Not tracking: ambiguous information for ref refs/remotes/origin/trz/merge_1.9.3
- Switched to a new branch 'trz/merge_1.9.3'
- tzur@ARROW /C/Users/tzur/Development/Sources/convmirror (trz/merge_1.9.3)
- $ git checkout master
- Switched to branch 'master'
- Your branch is up-to-date with 'origin/master'.
- tzur@ARROW /C/Users/tzur/Development/Sources/convmirror (master)
- $ git branch -D trz/merge_1.9.3
- Deleted branch trz/merge_1.9.3 (was 3824eb1).