Taken from here
Add remonte branch:
git remote add --track master mleung git://github.com/mleung/feather.git
Verify:
git remote
| import java.sql.Timestamp; | |
| import java.time.LocalDateTime; | |
| import javax.persistence.AttributeConverter; | |
| import javax.persistence.Converter; | |
| @Converter(autoApply = true) | |
| public class LocalDateTimeConverter implements AttributeConverter<LocalDateTime, Timestamp> { | |
| @Override | |
| public Timestamp convertToDatabaseColumn(LocalDateTime ldt) { |
| /** | |
| * This example: | |
| * Uses the built-in BrowserSync server for HTML files | |
| * Watches & compiles SASS files | |
| * Watches & injects CSS files | |
| * | |
| * More details: http://www.browsersync.io/docs/gulp/ | |
| * | |
| * Install: | |
| * npm install browser-sync gulp gulp-sass --save-dev |
Taken from here
Add remonte branch:
git remote add --track master mleung git://github.com/mleung/feather.git
Verify:
git remote