This is the command guilt-add that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
guilt-add - Add a file to git and guilt
SYNOPSIS
guilt add <file>...
DESCRIPTION
Adds the files specified to git using git-add(1) making it available to guilt.
OPTIONS
<files>
Files to add
EXAMPLES
Create and add a new file example.c
$ touch example.c
$ guilt add example.c
Use guilt-add online using onworks.net services