-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe
34 lines (26 loc) · 1.52 KB
/
ReadMe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
_______________________________________________________________________________
Integrated Length Structured Mark Recapture Model
Version 1.0
Created by Steven James Dean Martell on 2011-10-26.
Copyright (c) 2011. All rights reserved.
_______________________________________________________________________________
_______________________________________________________________________________
Obtaining a copy of ILSMR:
==========================
This software is maintained using a Distributed Version Control System (DVCS)
called Git. The Git repository can be cloned from google at the following URL
# Deprecated https://code.google.com/p/lsmr-project/
https://github.com/smartell/LSMR
To obtain a clone of the repository use:
git clone git://github.com/smartell/LSMR.git
To gain write access to the repository contact [email protected]
THE FOLLOWING IS A LIST OF USEFUL GIT COMMANDS TO USE AT THE COMMAND LINE$:
git help <list git commands>
git clone url ILSMR/ <clone repository>
git add filename <add new file>
git commit -m"message" <commit with message>
git log <view commit log>
git status <view changes & staging>
git branch <list, create or delete branches>
git checkout <branch> <change branch>
_______________________________________________________________________________