Versions Compared

Key

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

...

Code Block
languagebash
titlegit_fetch.sh
#!/bin/bash
sudo -u apache git fetch --all
sudo -u apache git pull


Pull in the current repository

...