Skip to content

bfiss/gc-fg

Repository files navigation

GIT Tutorial:

 * Create a user on http://github.com
 * Follow installation steps on http://help.github.com/set-up-git-redirect
 * Execute following commands:
  $ git clone git://github.com/bfiss/gc-fg.git
  $ cd gc-fg
  $ git remote add origin origin ssh://git@github.com/bfiss/gc-fg.git
 * To update files:
  $ git pull
 * To add a new file:
  $ touch name
  $ git add name
 * After making changes that should be kept:
  $ make clean
  $ git commit -a -m "brief description of your modifications"
 * To send changes to the server:
  $ git push --all origin
 * The project URL is: http://github.com/bfiss/gc-fg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published