Skip to content

rakithab/scratch-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Qweak scripts created for analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages