-
As software engineer, are you tired of constantly searching for that one CLI command you can't quite remember? Look no further! I'm excited to introduce my new CLI Commands Reference project (cmd), a comprehensive collection of essential command-line commands for your daily tasks.
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
repo
Discontinued [GET https://api.github.com/repos/REPO_OWNER/repo: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by REPO_OWNER)
# Clone repo via HTTPS git clone https://github.com/REPO_OWNER/repo.git # Clone repo via SSH git clone git@github.com:REPO_OWNER/repo.git # Create a new branch git checkout -b new-branch # Pull the latest changes from the remote repository git pull origin main # Check the status of your working directory git status # Add all changes to the staging area git add . # Commit changes with a message git commit -m "Your commit message" # View log git log # Push to remote feature branch git push origin new-branch # Reset staging area to match the lastest origin commit git reset origin/main
Related posts
-
Show HN: Cowbull – Wordle-like game where you only get match counts
-
Introducing TaxUI: A Modern Declarative HTML & CSS Framework with Zero JavaScript
-
I accidentally reinvented CSS progress() and then I published it anyway.
-
Show HN: Lexino – Build five-letter words with letter dominoes
-
Polymarket Trading Bot Setup: Practical 2026 Guide