dev
List of commits:
Subject Hash Author Date (UTC)
test c5866575ec718fdbfb5b1240c6c4161e8c5089a3 mucbuc 2020-07-04 04:48:42
test 991c957339e60a7574da158e56bac545e89bbf2d mucbuc 2020-07-04 04:47:52
fix ed script 4710366e843510b16e6b3c3bc9c9c60be12fbeb8 mucbuc 2020-07-04 04:39:59
lint script 2dbb52ebe6853b3e79c49ceab9e9201776910c30 mucbuc 2020-07-04 04:38:28
wtf 90500373a23c05b472a816733904b900e0e20e79 mucbuc 2020-07-04 04:36:07
working on pre-commit afd729a52c43696c5fdd70c447284e0725f2b6f4 mucbuc 2020-07-04 02:07:03
--keep-index a28f4552baea3b98bd383f02c992746d2977084e mucbuc 2020-07-04 01:58:26
working on git stash f44be88386cd5df0a978939e7f61a42ddd3a571a mucbuc 2020-07-04 01:53:49
package.json 577110fa840e9fc6898d686187d238303c1572f5 mucbuc 2020-07-04 01:46:18
package.json f2145b49657d8f6d4f10e270626b4278cf91795d mucbuc 2020-07-04 01:46:12
.gitignore 2797eaf7a12411681bd380bb1f5a021337c5eb79 mucbuc 2020-07-04 01:46:00
pre-commit 40f40138789c46d1e3343da52f80a5ce137e568a mucbuc 2020-07-04 01:45:29
Commit c5866575ec718fdbfb5b1240c6c4161e8c5089a3 - test
Author: mucbuc
Author date (UTC): 2020-07-04 04:48
Committer name: mucbuc
Committer date (UTC): 2020-07-04 04:48
Parent(s): 991c957339e60a7574da158e56bac545e89bbf2d
Signer:
Signing key:
Signing status: N
Tree: 2ec2b8e3b9dc0b393592b71b647433f9fc85d843
File Lines added Lines deleted
pre-commit.js 1 1
File pre-commit.js changed (mode: 100755) (index 6c152c2..da519a7)
... ... const shell = require('shelljs'),
6 6
7 7 console.log('pre-commit'); console.log('pre-commit');
8 8 const changes = shell.exec('git status --porcelain'); const changes = shell.exec('git status --porcelain');
9 console.log( changes.code );
9 console.log( changes.stdout.length );
10 10 //shell.exec( 'git stash --keep-index' ); //shell.exec( 'git stash --keep-index' );
11 11 //shell.exec( 'git status' ); //shell.exec( 'git status' );
12 12 //tryAndRunScript('lint'); //tryAndRunScript('lint');
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/mucbuc/configs

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/mucbuc/configs

Clone this repository using git:
git clone git://git.rocketgit.com/user/mucbuc/configs

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