August 2017
Intermediate to advanced
332 pages
9h 16m
English
We will use the Git tool to perform the commit and push operations:
Let's first clone the repository to the filesystem:
$ git clone https://github.com/leszko/calculator.git
Extract the project downloaded from http://start.spring.io/ into the directory created by Git.
As a result, the calculator directory should have the following files:
$ ls -a. .. build.gradle .git .gitignore gradle gradlew gradlew.bat README.md src
Read now
Unlock full access