[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #DZC-590249]: Authorize github access



Ok, lets get you started.
1. pick a directory into which you want to place the netcdf-c fork.
   I typically use a directory called 'git' (name is only a mnemonic).
       mkdir git
2. move to the git directory:
        cd git
3. The fork is created by executing this command in the 'git' (or whatever)
   directory
        git clone https://github.com/Unidata/netcdf-c.git
   [Note if you look at the netcdf-c home page on github
     (https://github.com/Unidata/netcdf-c), you should see
     a "clone or download" drop-down in the upper right.
     It will show the url to use with 'git clone'.]
4. Move into the netcdf-c directory
      cd netcdf-c
5. create a new branch for your changes:
       git branch newbranchname
6. move to the new branch
       git co newbranchname.

This should get you started.

       
=Dennis Heimbigner
  Unidata


Ticket Details
===================
Ticket ID: DZC-590249
Department: Support netCDF
Priority: Normal
Status: Open
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata 
inquiry tracking system and then made publicly available through the web.  If 
you do not want to have your interactions made available in this way, you must 
let us know in each email you send to us.