Update README.md
This commit is contained in:
@@ -67,31 +67,31 @@ cleanupGoneBranches [options]
|
||||
```
|
||||
$ cleanupGoneBranches
|
||||
|
||||
Git fetch mit prune...
|
||||
Git fetch with prune...
|
||||
|
||||
Gefundene lokale Branches mit gelöschtem Remote (gone):
|
||||
Local branches with deleted remote (gone):
|
||||
|
||||
1) feature/login
|
||||
2) bugfix/navbar
|
||||
3) old-experiment
|
||||
|
||||
Auswahl eingeben, z.B. 1,3-5 oder all. Leer lassen zum Abbrechen.
|
||||
Enter your selection, e.g. 1,3-5 or all. Leave blank to cancel.
|
||||
|
||||
Auswahl: 1,3
|
||||
Selection: 1,3
|
||||
|
||||
Es werden diese Branches gelöscht:
|
||||
The following branches will be deleted:
|
||||
|
||||
- feature/login
|
||||
- old-experiment
|
||||
|
||||
Wirklich löschen? (y/N): y
|
||||
Really delete? (y/N): y
|
||||
|
||||
Lösche Branches...
|
||||
Deleting branches...
|
||||
|
||||
Deleted branch feature/login
|
||||
Deleted branch old-experiment
|
||||
|
||||
Fertig.
|
||||
Done.
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user