Skip to content

tag

#git

7 posts

Shell & TerminalFix 3 min read

Fixing CRLF Line Endings in Shell Scripts

Errors like bad interpreter and $' ': command not found mean carriage returns reached a Unix shell script — confirm bytes, convert, enforce Git policy.

#fix#crlf#git
Read more
Shell & TerminalHow-To 5 min read

How to Use a TUI Git Client

Setting up a terminal-based git interface for staging, committing, browsing history, and resolving conflicts visually without leaving the terminal.

#howto#git#tui
Read more