View on GitHub

Neurospin.github.io

Welcome to Neurospin GitHub Pages

Neurospin wiki

Git log messages

Please read A Note About Git Commit Messages and follow the conventions.

Using Git on your Linux workstations

Quickly set up Git on your account:

$ cat > ~/.gitconfig
[user]
    name = Prénom Nom
    email = prenom.nom@cea.fr
$ 

To enter your password only once, when you first access a GitHub repository, instead of every time you push to GitHub:

$ cat >> ~/.gitconfig
[credential]
    helper = store
$ 

Support

Having trouble with GitHub Pages? Check out the documentation at https://help.github.com/categories/github-pages-basics/.