Versions Compared

Key

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

...

Code Block
languagebash
themeMidnight
titleCommit and push to remote branchUpdate local copy
$ git checkout development
$ git pull origin development

...