testim

download testim

If you can't read please download the document

description

just a git thing

Transcript of testim

12:42 AM Friday, October 03, 2014===Welcome to Git (version 1.9.4-preview20140815)Run 'git help git' to display the help index.Run 'git help ' to display help for specific commands.johan@AWAN ~$ lsAppDataApplication DataContactsCookiesDesktopDocumentsDownloadsFavoritesIBMLinksLocal SettingsMusicMy DocumentsNTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TM.blfNTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TMContainer00000000000000000001.regtrans-msNTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TMContainer00000000000000000002.regtrans-msNetHoodPicturesPostgreSQLPrintHoodRecentSaved GamesSearchesSendToStart MenuTemplatesVideosbejcacerts.jksdwhelperenergyidempiere.propertiesjnfsloglog.txtntuser.datntuser.dat.LOG1ntuser.dat.LOG2ntuser.inirad-notestempworkjohan@AWAN ~$ ls *.sshls: *.ssh: No such file or directoryjohan@AWAN ~$ ls *.ssh/*ls: *.ssh/*: No such file or directoryjohan@AWAN ~$ ls .ssh/*ls: .ssh/*: No such file or directoryjohan@AWAN ~$ ls -al ~/.sshls: /c/Users/johan/.ssh: No such file or directoryjohan@AWAN ~$ ssh-keygen -t rsa -C "[email protected]"Generating public/private rsa key pair.Enter file in which to save the key (/c/Users/johan/.ssh/id_rsa):Created directory '/c/Users/johan/.ssh'.Enter passphrase (empty for no passphrase):Enter same passphrase again:Your identification has been saved in /c/Users/johan/.ssh/id_rsa.Your public key has been saved in /c/Users/johan/.ssh/id_rsa.pub.The key fingerprint is:9d:62:83:c9:4f:eb:4a:da:d5:7e:ac:b3:bb:64:81:55 [email protected] key's randomart image is:+--[ RSA 2048]----+| E || . || . || . o + . || + S + || + = . || . + +. || + o +. o || . o.. *B |+-----------------+johan@AWAN ~$