Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

git provides a straight forward and strong commands, but sometimes scripts will help you to make things simpler.


Code Block
languagebash
titlegit_push.sh
#!/bin/bash
sudo -u apache git push -f origin master

...