The resurrection of Pele.
-
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
💃🎵🥁🎤👏🏻