Turn off X11's xterm sounds« an older post
a newer one »HEIC to JPG

git add untracked files

Snippet

Add all untracked files with one command.

git ls-files -o --exclude-standard lists untracked files.

git add $(git ls-files -o --exclude-standard)

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.