Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/lazy-git/commit/f07bac153381502919d9a683dff7620a70d4e535 You should set ROOT_URL correctly, otherwise the web may not work correctly.

removed "origin master" to allow working with other branches

master
Ondřej Hruška 11 years ago
parent 103a7a96d9
commit f07bac1533
  1. 8
      g

8
g

@ -13,9 +13,9 @@ function _status {
function _pull {
echo
echo -e "\e[0;33m> git pull origin master\e[0m"
echo -e "\e[0;33m> git pull\e[0m"
echo
git pull origin master
git pull
echo
}
@ -57,9 +57,9 @@ function _send {
git commit -m "$msg"
echo
echo -e "\e[0;33m> git push origin master\e[0m"
echo -e "\e[0;33m> git push\e[0m"
echo
git push origin master
git push
echo
}

Loading…
Cancel
Save