Git is by far the most popular software version control system today, and every software developer surely knows the basics of how to make a git commit. Given the popularity, it is surprising how many people don’t actually know the advanced commands. Mastering them might help you unlock a new level of productivity. Let’s dive in!

As aliases

alias g-log="git log --graph --format='format:%C(yellow)%h%C(reset) %s %C(magenta)%cr%C(reset)%C(auto)%d%C(reset)'"
alias g-history='gitk --all &'
alias g-checkout='git checkout $(git branch --sort=-committerdate --no-merged | fzf)'
alias g-commit='git citool &'
alias g-amend='git citool --amend &'
alias g-rebase='git rebase --interactive --autosquash'
alias g-pull='git pull --verbose --rebase'
alias g-pushf='git push --verbose --force-with-lease'
alias g-status='git status --ignored'
alias g-clean='git clean -fdx && git reset --hard && git submodule foreach --recursive git clean -fdx && git submodule foreach --recursive git reset --hard'

What in the absolute fuck is in that thumbnail??

Bezier
link
fedilink
697M

These AI generated images for articles bother me a lot.

@fidodo@lemmy.world
link
fedilink
English
87M

What annoys me the most is that AI image generators make it so easy to make images and yet despite that they’re still too lazy to spend 2 seconds to look at the image and check if it’s crap or not. It would literally take them only a couple of minutes to tweak the prompt and regenerate some more images.

I think they are pretty funny. They don’t matter, it’s just a nice little colorful image that has to be there. There is no information transported or displayed incorrectly, because there is none 😄

directive0
link
fedilink
7
edit-2
7M

Agreed. I also see them all over youtube videos and stuff and I just can’t keep reading/watching. Its not like an ideological thing, i don’t hate generated art. I just find it so distracting.

ai… The ai age.

Create a post

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



  • 1 user online
  • 1 user / day
  • 1 user / week
  • 1 user / month
  • 1.11K users / 6 months
  • 1 subscriber
  • 1.21K Posts
  • 17.8K Comments
  • Modlog