Skip to content

psaha/microlens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are some programs being used for a class project at Uni Zurich.

For the official version of the microlensing code, please contact
Joachim Wambsganss:
http://wwwstaff.ari.uni-heidelberg.de/mitarbeiter/wambsganss/

----------------------------------------------------------------------------

To work on this project you will need to do the following.

1. Create yourself an account on github (free).

2. Set ssh keys so you can communicate securely with the server.
   See https://help.github.com/articles/generating-ssh-keys

   This needs to be done only once per account per machine.

3. Clone the repository using

   git clone git@github.com:psaha/microlens

Files will go into the microlens/ directory.

You can update from the server at any time by typing

       git pull

inside the ifm directory.

4. To edit collaboratively, tell one of us your github username, so we
   can add you as a collaborator.

5. Configure git on your machine, adapting the following

       git config --global user.name "Alan M Turing"
       git config --global user.email amt@universal.machine

   This is not essential, but good practice.  It's fine to put your
   real name and email address here -- no spam results.

6. When you add a new file that you wish to be tracked:

       git add myfile

7. When you want to send your current version to the server:

       git commit -am "short message"
       git push

8. A useful command is

       git status

9. You can see stats and stuff here:
    https://github.com/psaha/microlens

10. Absolutely everything about git:

   http://git-scm.com/book/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •