Skip to content

scala stuff cobbled together during Tondorf Reloaded 2010

Notifications You must be signed in to change notification settings

jttkim/tr2010-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

thanx for reading me

Global setup:

 Download and install Git
  git config --global user.name "Jan T. Kim"
  git config --global user.email [email protected]
  Add your public key
        

Next steps:

  mkdir tr2010-scala
  cd tr2010-scala
  git init
  touch README
  git add README
  git commit -m 'first commit'
  git remote add origin [email protected]:jttkim/tr2010-scala.git
  git push origin master
      

Existing Git Repo?

  cd existing_git_repo
  git remote add origin [email protected]:jttkim/tr2010-scala.git
  git push origin master
      

Importing a Subversion Repo?

  Click here
      

When you're done:

  Continue


About

scala stuff cobbled together during Tondorf Reloaded 2010

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published