2015-04-05 21:29:23 +02:00
|
|
|
cd ..
|
|
|
|
git checkout gh-pages
|
|
|
|
git pull
|
|
|
|
git checkout master Kalman_and_Bayesian_Filters_in_Python.pdf
|
|
|
|
git checkout master README.md
|
|
|
|
git add Kalman_and_Bayesian_Filters_in_Python.pdf
|
|
|
|
git add README.md
|
2015-04-06 07:10:01 +02:00
|
|
|
git commit -m "updating PDF"
|
2015-04-05 21:29:23 +02:00
|
|
|
git push
|
|
|
|
git checkout master
|
2015-04-06 07:00:07 +02:00
|
|
|
cd pdf
|