Code Monkey home page Code Monkey logo

us191's Introduction

Quick guide to setup git with Matlab and us191 package

  Install git under windows or Linux:
  http://git-scm.com/download

  Initialize git:
    $ git config --global user.name "jgrelet"
    $ git config --global user.name "Jacques.Grelet@
    $ git config --global color.diff auto
    $ git config --global color.status auto
    $ git config --global color.branch auto
    $ git config --global core.autocrlf input
    $ vi ~/.gitconfig
  add:
    [alias]
        ci = commit
        co = checkout
        st = status
        br = branch

  Setup ssh keys (on windows with cygwin):
  $ ssh-keygen
  to create yours ssh keys and paraphrase

  go to ~/.ssh and copy your public key from id_rsa.pub file
  to your github admin page: https://github.com/<user>/<repository>
  SSH public keys tab.

  ssh: [email protected]:jgrelet/us191.git
  https: https://[email protected]/jgrelet/us191.git
  git read only: git://github.com/jgrelet/us191.git

  Test ssh connection :
  $ ssh -vT [email protected]

  help for ssh: http://help.github.com/ssh-issues/

  Create your remote repository in github admin interface and
  push your local copy:

  $ git remote add origin [email protected]:jgrelet/us191.git
  $ git push -u origin master

  Matlab:
  add git.m to your pathdef.m
  see: https://github.com/manur/MATLAB-git

us191's People

Contributors

jgrelet avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

us191's Issues

tests foo.nc

test file foo.nc is created in root directory and stay in place

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.