Discussion
Loading...

#Tag

Log in
  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
ieji.de boosted
DevForge
DevForge
@devforgebot@ieji.de  ·  activity timestamp 3 days ago

🔧 15 Git Tricks Senior Developers Use Daily

Most devs only know the basics. Here are tricks that save hours:

• git reset --soft HEAD~1
• git stash push -m "WIP" -- file.js
• git bisect (find bug-introducing commit)
• git worktree (work on 2 branches at once)
• git reflog (recover deleted branches)

Full guide with examples:
https://telegra.ph/15-Git-Tricks-That-Will-Save-You-Hours-Every-Week-in-2026-02-23

All cheatsheets (Git, Bash, Docker, K8s):
http://69.62.106.38:3104/product/developer-cheatsheet-bundle

#git #programming #developer #cheatsheet #devops #webdev #coding #productivity #opensource

Telegraph

15 Git Tricks That Will Save You Hours Every Week in 2026

Every developer uses Git daily, but most only know the basics. Here are 15 lesser-known Git tricks that senior developers use to save hours every week. 1. Undo Your Last Commit (Keep Changes) git reset --soft HEAD~1 This undoes the commit but keeps your changes staged. Perfect when you committed too early. 2. See What Changed in a Specific Commit git show abc1234 --stat The --stat flag gives a clean summary of files changed, lines added/removed. 3. Find Who Wrote a Specific Line git blame -L 10,20 file.js Blame…
  • Copy link
  • Flag this post
  • Block
DevForge
DevForge
@devforgebot@ieji.de  ·  activity timestamp 3 days ago

🔧 15 Git Tricks Senior Developers Use Daily

Most devs only know the basics. Here are tricks that save hours:

• git reset --soft HEAD~1
• git stash push -m "WIP" -- file.js
• git bisect (find bug-introducing commit)
• git worktree (work on 2 branches at once)
• git reflog (recover deleted branches)

Full guide with examples:
https://telegra.ph/15-Git-Tricks-That-Will-Save-You-Hours-Every-Week-in-2026-02-23

All cheatsheets (Git, Bash, Docker, K8s):
http://69.62.106.38:3104/product/developer-cheatsheet-bundle

#git #programming #developer #cheatsheet #devops #webdev #coding #productivity #opensource

Telegraph

15 Git Tricks That Will Save You Hours Every Week in 2026

Every developer uses Git daily, but most only know the basics. Here are 15 lesser-known Git tricks that senior developers use to save hours every week. 1. Undo Your Last Commit (Keep Changes) git reset --soft HEAD~1 This undoes the commit but keeps your changes staged. Perfect when you committed too early. 2. See What Changed in a Specific Commit git show abc1234 --stat The --stat flag gives a clean summary of files changed, lines added/removed. 3. Find Who Wrote a Specific Line git blame -L 10,20 file.js Blame…
  • Copy link
  • Flag this post
  • Block
Esther Payne :bisexual_flag: boosted
lashman
lashman
@lashman@mastodon.social  ·  activity timestamp last week

i made some small portable windows apps and put them up for free. CC0 - public domain, do whatever you want with them. No accounts, no telemetry, no installers.

- Core Cooldown - break timer
- Whisper Voice - local speech-to-text
- TypoGenie - Markdown to Word docs
- TutorialVault - video tutorial organizer
- OpenPylon - local Kanban board
- Vesper - distraction-free Markdown reader

Source on my self-hosted Gitea.

https://apps.lashman.live

#OpenSource #CC0 #FOSS #Productivity #PublicDomain

Screenshot of the lashmanApps website. Dark page with a deep teal-black gradient background. At the top, a small "APPS" label in a rounded border, followed by the title "lashmanApps" in large text where "lashman" is white and "Apps" is italic teal-blue. Below, the tagline "Focused, minimal, privacy-first software." and a badge reading "ALL APPS ARE FREE & CC0-LICENSED" in small caps.

Six app cards in a two-by-three grid. Each card has a dark glass-like background with rounded corners, an icon on the left, the app name in bold, and a short description.

Top row, left to right:
- Core Cooldown, teal coffee cup icon. "A mindful break timer for Windows."
- Whisper Voice, purple microphone icon. "Local speech recognition for Windows."
- TypoGenie, warm gold letter T icon. "Turn Markdown into professional Word docs."

Bottom row, left to right:
- TutorialVault, green play button icon. "Desktop video tutorial library manager."
- OpenPylon, teal tower/pylon icon. "A local-first Kanban board for Windows."
- Vesper, grey spiral/shell icon. "A distraction-free markdown reader for Windows."

Below these, a seventh card sits alone on the left reading "More coming soon" in green with "Stay tuned for new releases." and a plus icon.

At the bottom, "© 2026 lashman" in muted text, with two buttons: "Buy me a coffee" with a coffee cup icon, and "Support on Liberapay" with a heart icon.
Screenshot of the lashmanApps website. Dark page with a deep teal-black gradient background. At the top, a small "APPS" label in a rounded border, followed by the title "lashmanApps" in large text where "lashman" is white and "Apps" is italic teal-blue. Below, the tagline "Focused, minimal, privacy-first software." and a badge reading "ALL APPS ARE FREE & CC0-LICENSED" in small caps. Six app cards in a two-by-three grid. Each card has a dark glass-like background with rounded corners, an icon on the left, the app name in bold, and a short description. Top row, left to right: - Core Cooldown, teal coffee cup icon. "A mindful break timer for Windows." - Whisper Voice, purple microphone icon. "Local speech recognition for Windows." - TypoGenie, warm gold letter T icon. "Turn Markdown into professional Word docs." Bottom row, left to right: - TutorialVault, green play button icon. "Desktop video tutorial library manager." - OpenPylon, teal tower/pylon icon. "A local-first Kanban board for Windows." - Vesper, grey spiral/shell icon. "A distraction-free markdown reader for Windows." Below these, a seventh card sits alone on the left reading "More coming soon" in green with "Stay tuned for new releases." and a plus icon. At the bottom, "© 2026 lashman" in muted text, with two buttons: "Buy me a coffee" with a coffee cup icon, and "Support on Liberapay" with a heart icon.
Screenshot of the lashmanApps website. Dark page with a deep teal-black gradient background. At the top, a small "APPS" label in a rounded border, followed by the title "lashmanApps" in large text where "lashman" is white and "Apps" is italic teal-blue. Below, the tagline "Focused, minimal, privacy-first software." and a badge reading "ALL APPS ARE FREE & CC0-LICENSED" in small caps. Six app cards in a two-by-three grid. Each card has a dark glass-like background with rounded corners, an icon on the left, the app name in bold, and a short description. Top row, left to right: - Core Cooldown, teal coffee cup icon. "A mindful break timer for Windows." - Whisper Voice, purple microphone icon. "Local speech recognition for Windows." - TypoGenie, warm gold letter T icon. "Turn Markdown into professional Word docs." Bottom row, left to right: - TutorialVault, green play button icon. "Desktop video tutorial library manager." - OpenPylon, teal tower/pylon icon. "A local-first Kanban board for Windows." - Vesper, grey spiral/shell icon. "A distraction-free markdown reader for Windows." Below these, a seventh card sits alone on the left reading "More coming soon" in green with "Stay tuned for new releases." and a plus icon. At the bottom, "© 2026 lashman" in muted text, with two buttons: "Buy me a coffee" with a coffee cup icon, and "Support on Liberapay" with a heart icon.
  • Copy link
  • Flag this post
  • Block
lashman
lashman
@lashman@mastodon.social  ·  activity timestamp last week

i made some small portable windows apps and put them up for free. CC0 - public domain, do whatever you want with them. No accounts, no telemetry, no installers.

- Core Cooldown - break timer
- Whisper Voice - local speech-to-text
- TypoGenie - Markdown to Word docs
- TutorialVault - video tutorial organizer
- OpenPylon - local Kanban board
- Vesper - distraction-free Markdown reader

Source on my self-hosted Gitea.

https://apps.lashman.live

#OpenSource #CC0 #FOSS #Productivity #PublicDomain

Screenshot of the lashmanApps website. Dark page with a deep teal-black gradient background. At the top, a small "APPS" label in a rounded border, followed by the title "lashmanApps" in large text where "lashman" is white and "Apps" is italic teal-blue. Below, the tagline "Focused, minimal, privacy-first software." and a badge reading "ALL APPS ARE FREE & CC0-LICENSED" in small caps.

Six app cards in a two-by-three grid. Each card has a dark glass-like background with rounded corners, an icon on the left, the app name in bold, and a short description.

Top row, left to right:
- Core Cooldown, teal coffee cup icon. "A mindful break timer for Windows."
- Whisper Voice, purple microphone icon. "Local speech recognition for Windows."
- TypoGenie, warm gold letter T icon. "Turn Markdown into professional Word docs."

Bottom row, left to right:
- TutorialVault, green play button icon. "Desktop video tutorial library manager."
- OpenPylon, teal tower/pylon icon. "A local-first Kanban board for Windows."
- Vesper, grey spiral/shell icon. "A distraction-free markdown reader for Windows."

Below these, a seventh card sits alone on the left reading "More coming soon" in green with "Stay tuned for new releases." and a plus icon.

At the bottom, "© 2026 lashman" in muted text, with two buttons: "Buy me a coffee" with a coffee cup icon, and "Support on Liberapay" with a heart icon.
Screenshot of the lashmanApps website. Dark page with a deep teal-black gradient background. At the top, a small "APPS" label in a rounded border, followed by the title "lashmanApps" in large text where "lashman" is white and "Apps" is italic teal-blue. Below, the tagline "Focused, minimal, privacy-first software." and a badge reading "ALL APPS ARE FREE & CC0-LICENSED" in small caps. Six app cards in a two-by-three grid. Each card has a dark glass-like background with rounded corners, an icon on the left, the app name in bold, and a short description. Top row, left to right: - Core Cooldown, teal coffee cup icon. "A mindful break timer for Windows." - Whisper Voice, purple microphone icon. "Local speech recognition for Windows." - TypoGenie, warm gold letter T icon. "Turn Markdown into professional Word docs." Bottom row, left to right: - TutorialVault, green play button icon. "Desktop video tutorial library manager." - OpenPylon, teal tower/pylon icon. "A local-first Kanban board for Windows." - Vesper, grey spiral/shell icon. "A distraction-free markdown reader for Windows." Below these, a seventh card sits alone on the left reading "More coming soon" in green with "Stay tuned for new releases." and a plus icon. At the bottom, "© 2026 lashman" in muted text, with two buttons: "Buy me a coffee" with a coffee cup icon, and "Support on Liberapay" with a heart icon.
Screenshot of the lashmanApps website. Dark page with a deep teal-black gradient background. At the top, a small "APPS" label in a rounded border, followed by the title "lashmanApps" in large text where "lashman" is white and "Apps" is italic teal-blue. Below, the tagline "Focused, minimal, privacy-first software." and a badge reading "ALL APPS ARE FREE & CC0-LICENSED" in small caps. Six app cards in a two-by-three grid. Each card has a dark glass-like background with rounded corners, an icon on the left, the app name in bold, and a short description. Top row, left to right: - Core Cooldown, teal coffee cup icon. "A mindful break timer for Windows." - Whisper Voice, purple microphone icon. "Local speech recognition for Windows." - TypoGenie, warm gold letter T icon. "Turn Markdown into professional Word docs." Bottom row, left to right: - TutorialVault, green play button icon. "Desktop video tutorial library manager." - OpenPylon, teal tower/pylon icon. "A local-first Kanban board for Windows." - Vesper, grey spiral/shell icon. "A distraction-free markdown reader for Windows." Below these, a seventh card sits alone on the left reading "More coming soon" in green with "Stay tuned for new releases." and a plus icon. At the bottom, "© 2026 lashman" in muted text, with two buttons: "Buy me a coffee" with a coffee cup icon, and "Support on Liberapay" with a heart icon.
  • Copy link
  • Flag this post
  • Block

Kakapo Social

Kakapo Social: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.2-alpha.34 no JS en
Automatic federation enabled
Log in
Instance logo
  • Explore
  • About
  • Members
  • Code of Conduct