Hi
git checkout -b detector-01
you created new branch (with -b) not checked out the one you pulled.
do:
git checkout master git branch -D detector-01 git checkout detector-01
# when this fails do git checkout -b detector-01 orig/detector-01
On Tue, 15 Sep 2015 23:32:11 +0200 fe8769 fe8769@gmail.com wrote:
I had tried to test :
in branch detector-01 is new tool with automated channel detection. It should not suffer the bug known from run.sh tool and should work with latest distribution GnuRadio.
This is preliminary version, it will be modified and refactored lot in future.
I did
git clone http://brmlab.cz/git/tetrapol-kit.git
then
git checkout -b detector-01
then cmake .. and make
no detector.sh in demod directory
I tried git pull : no result
I m so bad in linux
--