Skip to content

Instantly share code, notes, and snippets.

View cdallagnola's full-sized avatar

Cédric Dall'Agnola cdallagnola

View GitHub Profile
'use strict';
angular.module('ivtracerWebapp').factory('ActivationService', function (Utilities) {
return {
has : function() {
return 'ok';
}
}
});
{title} (#{id})
{sourceBranch} => {targetBranch}
{description}
{approvedByList}
#!/bin/sh
i='System.out.println'
git diff |\
grep --color --with-filename -n $i \
&& echo '\nCOMMIT REJECTED Found "'$i'" in code !! Please remove them before commiting\n'\
&& exit 1
$:~/temp/test$ git init
Dépôt Git vide initialisé dans test/.git/
$ touch README.md
$ git add .
$ git commit -m "First commit"
$ git status
Sur la branche master
Validation initiale