Your coding questions, answered.
Terminus gives developers precise, actionable solutions to everyday command-line problems. A growing library of recipes, shell tips, and reference material for the tools you live in.
Featured
Bash
17Git
18Docker
37More Articles
170Exclude With Grep
Excluding unwanted key terms or directories when using grep
Grep In a Directory
Learn how to use grep to search for words and phrases within a directory and all its subdirectories, a specific directory, all files, and other variations.
Docker Remove Stopped Containers
Remove all stopped Docker containers at once
Change Git Origin Remote URL
Learn how to change the remote url of a local git-enabled directory using the git-remote command and Warp's workflow feature.
Amend a Git Commit
Making changes to a previous commit
How To Create a Git Repository
Creating repos in various scenarios with git
Delete Local Git Branch
Learn how to delete local branches from your git repository, including ones with unmerged changes, as well as local remote-tracking branches.
Git Push Tags
This post will show you how to push a single tag, multiple tags, all tags, and tags with commits.
Undoing Git Commits
Explore ways to undo a commit, including git reset, git checkout, and git revert with git while preserving commit history.
Grep Show Lines Before and After
Learn how to show N lines or all lines before and after the result returned by the `grep` command.
About Terminus
Terminus gives developers precise, actionable solutions to everyday command-line problems. A growing library of recipes, shell tips, and reference material for the tools you live in.