Alle lokalen Dateien mit GIT gelöscht

leave-

Grünschnabel
Hallo zusammen,

leider habe ich mit GIT alle Dateien auf meinem Rechner gelöscht, der Befehl: git clean -f -d
Wie kann ich diese wiederherstellen?

Vielen Dank für die Hilfe!

Auszug aus der Konsole:

... git status

On branch master


Initial commit


Untracked files:

(use "git add <file>..." to include in what will be committed)


.CFUserTextEncoding

.bash_history

.bash_sessions/

.cache/

.config/

.cups/

.dropbox/

.eclipse/

.gitconfig

.local/

.m2/

.mcf/

.npm/

.oracle_jre_usage/

.p2/

.subversion/

.tooling/

.vaadin.designer.developer.license

.viminfo

Applications/

Desktop/

Documents/

Downloads/

Dropbox/

Library/

Movies/

Music/

NetBeansProjects/

Pictures/

PlayOnMac's virtual drives

Public/

VirtualBox VMs/

eclipse/

xdev_dbs/

xdev_workspace/


nothing added to commit but untracked files present (use "git add" to track)

...$ git clean -f -d

Removing .CFUserTextEncoding

warning: failed to remove .Trash/bootstrap-3.3.5/node_modules/.bin/btoa
...
 
Zurück