ADS-B Receiver Project Setup Scripts

OK, but this is what I get:


pi@raspberrypi:~ $ cd adsb-feeder/
pi@raspberrypi:~/adsb-feeder $ git fetch --all
Fetching origin
pi@raspberrypi:~/adsb-feeder $ git reset --hard origin/master
HEAD is now at 5fd4b70 Uncommented wlan0 interface.
pi@raspberrypi:~/adsb-feeder $ git checkout admin
Already on 'admin'
Your branch is behind 'origin/admin' by 48 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)
pi@raspberrypi:~/adsb-feeder $

It tells me to update my local branch by using “git pull”.