Posts by Joao Roberto Anjos • 59 points
3 posts
-
-1
votes2
answers1021
viewsA: How to run a python script that is located on another machine
Most likely this is privilege issue, check if the folder in which the files are are allowed to administrator, if you are not with such privileges assign and after that restart the service and try to…
-
5
votes2
answers288
viewsA: What is a "dangling Object/commit" in git?
Basically, as it hears the blackout in which you spoke and you managed to restore the files, the dangling commits or dangling Objects, is the term in which the log is shown as a Tree or object that…
-
1
votes1
answer1284
viewsA: Recover deleted files with git
Try to review in the log what happened to the command git log or if you prefer to use the command git log -p -2. This will display the history with diff of the last two changes or if you prefer to…