Giter Site home page Giter Site logo

glass-papers's Introduction

To grab the files use

   git clone [email protected]:jpcoles/glass-papers

Files will got into the glass-papers/ directory.

You can update from the server at any time by typing

       git pull

inside the glass-papers/ directory.

If LaTeX or BiBTeX complain that they can't find mn2e.cls or mn2e.bst,
just copy them into the manuscript directory.  For these files -- or
any other changes specific to your computer -- "git cp" or "git add"
should NOT be used.

To edit collaboratively, you'll need to do a few more things.

1. Create yourself an account on github (free) and tell jpcoles your
   username, so he can add you as a collaborator.

2. Configure git on your machine, adapting the following

       git config --global user.name "Alan M Turing"
       git config --global user.email [email protected]

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

   This step needs to be done once per person per machine.

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

   This step also needs to be done once per person per machine.

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

       git add myfile

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

       git commit -am "short message"
       git push

6. A useful command is

       git status

7. You can see stats and stuff here:
   https://github.com/jpcoles/glass-papers

8. Absolutely everything about git:

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

glass-papers's People

Contributors

jpcoles avatar cbruderer avatar psaha avatar justininglisread avatar ameliafeili avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.