Skip to content

bfiss/CBio-FBP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Tutorial:

 * Create an user on http://github.com
 * If you're using windows, download and install git from http://code.google.com/p/msysgit/
 * git config --global user.name "hub_username"
 * git config --global user.email you@yourdomain.example.com
 * You should register your global sshkey (~/.ssh/ida_rsa.pub) into your account.
 * If you don't have one, run: ssh-keygen
 * git clone git://github.com/bfiss/CBio-FBP.git
 * cd CBio-FBP
 * git remote add origin git@github.com:bfiss/CBio-FBP.git
 * Make the modifications you want to.
 * git add .
 * git commit -a -m "brief description of changes"
 * git push --all origin
 * link to the project: https://github.com/bfiss/CBio-FBP
 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published