Skip to content

Commit 40b60ce

Browse files
committed
remove ls
1 parent f92e274 commit 40b60ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

git-sisters-update.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,11 @@ git l
219219
echo "******** tree of folders in working area:"
220220
# PS TRICK: Different commands to list folders with properties:
221221
if( "$IsWindows" -eq $True ) {
222-
dir /X
222+
dir
223223
}else{ # Mac / Linux:
224-
ls -al
225-
} #tree
226-
exit
224+
ls # -al
225+
}
226+
#tree
227227
echo "******** git reflog (showing only what occurred locally):"
228228
git reflog
229229

0 commit comments

Comments
 (0)