Advertisement
taosecurity

Troubleshooting git 2

May 14th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. root@LAPTOP-HT4TGVCP C:\Users\root\git\DanderSpritz_lab>git status
  2. On branch master
  3. Your branch is up to date with 'origin/master'.
  4.  
  5. Untracked files:
  6. (use "git add <file>..." to include in what will be committed)
  7.  
  8. packer_cache/56f08c94d98231eca15ae65b41fe39148ccd51f4.iso.lock
  9. packer_cache/94c1f42ced97ca243e158c65119a83c1790904ad.iso.lock
  10. packer_cache/aeae9bb43c2c2d7ddc88c37044a25c17aae97b52.iso.lock
  11. packer_cache/afa7695602909b267b26b23c8aefe12db6ee78b2.iso.lock
  12. packer_cache/c969d0a251f6f1d43e47e146749928fecb7568ab.iso.lock
  13. packer_cache/port/
  14.  
  15. nothing added to commit but untracked files present (use "git add" to track)
  16.  
  17. root@LAPTOP-HT4TGVCP C:\Users\root\git\DanderSpritz_lab>git diff HEAD~
  18. diff --git a/danderspritz_lab.json b/danderspritz_lab.json
  19. index 62b355b..9cc7139 100644
  20. --- a/danderspritz_lab.json
  21. +++ b/danderspritz_lab.json
  22. @@ -353,7 +353,7 @@
  23. "iso_checksum_type_target": "md5",
  24. "iso_checksum_target": "1d0d239a252cb53e466d39e752b17c28",
  25. "autounattend_target": "./answer_files/7/Autounattend.xml",
  26. - "iso_url_dsz": "http://care.dlservice.microsoft.com/dl/download/C/3/9/C399EEA8-135D-4207-92C9-6AAB3259F6EF/10240.16384.150709-1700.TH1_CLIENTENTERPRIS
  27. EEVAL_OEMRET_X64FRE_EN-US.ISO",
  28. + "iso_url_dsz": "http://download.microsoft.com/download/C/3/9/C399EEA8-135D-4207-92C9-6AAB3259F6EF/10240.16384.150709-1700.TH1_CLIENTENTERPRISEEVAL_OEM
  29. RET_X64FRE_EN-US.ISO",
  30. "iso_checksum_type_dsz": "sha1",
  31. "iso_checksum_dsz": "56ab095075be28a90bc0b510835280975c6bb2ce",
  32. "autounattend_dsz": "./answer_files/10/Autounattend.xml",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement