2015-01-13 04:06:13 +01:00
|
|
|
#! /bin/bash
|
2015-01-28 00:46:00 +01:00
|
|
|
cd ..
|
2015-01-13 04:06:13 +01:00
|
|
|
git checkout gh-pages
|
2015-02-15 18:04:30 +01:00
|
|
|
git pull
|
2015-01-13 04:06:13 +01:00
|
|
|
git checkout master Kalman_and_Bayesian_Filters_in_Python.pdf
|
2015-02-14 05:58:32 +01:00
|
|
|
git checkout master README.md
|
2015-01-13 04:06:13 +01:00
|
|
|
git add Kalman_and_Bayesian_Filters_in_Python.pdf
|
2015-02-03 04:36:00 +01:00
|
|
|
git add README.md
|
2015-01-13 04:06:13 +01:00
|
|
|
git commit -m 'updating PDF'
|
|
|
|
git push
|
2015-01-28 00:46:00 +01:00
|
|
|
git checkout master
|
|
|
|
cd pdf
|