Advertisement
altendky

Untitled

Aug 30th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.84 KB | None | 0 0
  1. altendky@LT MINGW64 ~/Desktop/embedded-library (PWM_Cleanup)
  2. $ git status
  3. On branch PWM_Cleanup
  4. Your branch is ahead of 'origin/PWM_Cleanup' by 3 commits.
  5.   (use "git push" to publish your local commits)
  6. Changes not staged for commit:
  7.   (use "git add <file>..." to update what will be committed)
  8.   (use "git checkout -- <file>..." to discard changes in working directory)
  9.  
  10.         modified:   scripts/GenerateInterface.py
  11.  
  12. no changes added to commit (use "git add" and/or "git commit -a")
  13.  
  14. altendky@LT MINGW64 ~/Desktop/embedded-library (PWM_Cleanup)
  15. $ git diff
  16. diff --git a/scripts/GenerateInterface.py b/scripts/GenerateInterface.py
  17. old mode 100755
  18. new mode 100644
  19.  
  20. altendky@LT MINGW64 ~/Desktop/embedded-library (PWM_Cleanup)
  21. $ ll scripts/GenerateInterface.py
  22. -rwxr-xr-x 1 altendky 197121 23586 Aug 30 09:06 scripts/GenerateInterface.py*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement