Changes between Version 4 and Version 5 of GitVersionControl


Ignore:
Timestamp:
11/07/17 16:58:04 (7 years ago)
Author:
lttoth@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitVersionControl

    v4 v5  
    3232 
    3333== Pulling a Repository to a Local Desktop == 
     34Login into github.alaska.edu 
     35Use UA Username and password to login 
     36Check repositories for latest work  
     37Image of curent repositories 
     38Click on desired repository to get address to clone it 
     39Click on clone or download down arrow (copy or copy to clipboard) will copy the repository location. 
     40Go to terminal window 
     41Either create directory for location or if in a desired hierarchy type 
     42{{{ 
     43git clone git@github.alaska.edu:serie/SelfServiceAttributes.git 
     44}}} 
     45 
     46Remember to pull before any edit and push often 
    3447 
    3548