forked from bfiss/gc-fg
-
Notifications
You must be signed in to change notification settings - Fork 0
corsy/gc-fg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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://[email protected]/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 0
No packages published
Languages
- Cuda 64.0%
- TeX 17.9%
- C++ 14.0%
- C 4.1%