Skip to content

entech281/Pele2019

Repository files navigation

Pele2019

The resurrection of Pele.

Build Status

Build Status

Terminal Commands

  • To view your current directory, pwd

  • To view all files in your current directory, ls

  • To checkout an existing branch, git checkout BranchName

  • To create a new branch, git checkout -b BranchName

  • To rollback to the most recent pull, git reset --hard

  • To rollback to a previous commit, git reset --hard CommitIdentifierCode

  • To build your code, ./gradlew jacocoTestReport

External Links

Back to top

💃🎵🥁🎤👏🏻

Last updated 12/3/18 by Santiago Gutierrez