List of commits:
Subject Hash Author Date (UTC)
Added RocketGIT repository. 4588c9699a0e132bf81f503990f899c861c5a73e DiAngelo 2016-01-07 16:16:43
Initial commit e48fb5bf211e401bcd93422b5455d537c8891218 DiAngelo 2016-01-07 15:55:41
Commit 4588c9699a0e132bf81f503990f899c861c5a73e - Added RocketGIT repository.
Author: DiAngelo
Author date (UTC): 2016-01-07 16:16
Committer name: DiAngelo
Committer date (UTC): 2016-01-07 16:16
Parent(s): e48fb5bf211e401bcd93422b5455d537c8891218
Signing key:
Tree: e2e1681dfe4b62d50d42922fbed5b3374091a608
File Lines added Lines deleted
package.json 5 1
File package.json changed (mode: 100644) (index 7cd64d2..9b22c32)
9 9 "email": "gabi@bitvice.ro", "email": "gabi@bitvice.ro",
10 10 "url": "http://bitvice.ro" "url": "http://bitvice.ro"
11 11 }, },
12 "repository": {
13 "type": "git",
14 "url": "git+https://rocketgit.com/user/bitvice/mithril-webpack-starter"
15 },
12 16 "license": "MIT", "license": "MIT",
13 17 "keywords": [ "keywords": [
14 18 "mithril", "mithril",
 
27 31 "build": "npm run build:lib && npm run build:umd && npm run build:umd:min", "build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
28 32 "preversion": "npm run clean && npm run check", "preversion": "npm run clean && npm run check",
29 33 "version": "npm run build", "version": "npm run build",
30 "postversion": "git push && git push --tags && npm run clean && npm run docs:publish",
34 "postversion": "git push && git push --tags && npm run clean",
31 35 "prepublish": "npm run clean && npm run build" "prepublish": "npm run clean && npm run build"
32 36 }, },
33 37 "devDependencies": { "devDependencies": {
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/bitvice/mithril-webpack-starter

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/bitvice/mithril-webpack-starter

Clone this repository using git:
git clone git://git.rocketgit.com/user/bitvice/mithril-webpack-starter

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main