-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
31 lines (18 loc) · 789 Bytes
/
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
WebSecBiblio.bib is a bibtex file with various websec references ensconced within.
Thanks to Adam Barth for initial seed file.
I presently use JabRef to maintain the file.
http://jabref.sourceforge.net/
-- Steps for getting a local copy...
<checkout current rev of WebSecBiblio>
git clone https://github.com/equalsJeffH/WebSecBiblio.git -- if first time
git pull https://github.com/equalsJeffH/WebSecBiblio.git -- subsequent times
-- Steps for checking a new rev of the file in from one's desktop
-- if you add to the WebSecBiblio..
<edit & save locally WebSecBiblio>
-- to update the master in git..
git add <changed file(s)>
git commit -m 'some commit message/note'
git push origin master
<will need to supply ssh rsa private key passphrase>
---
end