-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (23 loc) · 1.01 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
I removed the public key in the ISOTDAQ and add it under account settings that way this will be accessible to all repos not only ISOTDAQ
543 cd scratch/scripts/
550 git init
551 git add qtor_scan.C
552 git commit -m 'first commit'
553 git remote add origin [email protected]:rakithab/scratch-scripts.git
554 git push origin master
555 ls
556 git add PlotTools.C beambcm.cc PlotGraph.C
557 git commit -m 'root plot tools'
558 git remote add origin [email protected]:rakithab/scratch-scripts.git
559 git push origin master
560 touch README
561 history > README
Fri May 06 09:13:36 EDT 2011
TO make the new copy of the git repository on a new computer,
1. Create a public key first for the email address
ssh-keygen -t rsa -C "[email protected]"
2. Copy the content except the last part containing the email address from the file,
.ssh/id_rsa.pub
3. Edit or add to the public keys in the GIT-HUB account settings.
4. Then clone the repository,
git checkout [email protected]:rakithab/scratch-scripts