this post was submitted on 10 Dec 2023
1331 points (98.3% liked)

linuxmemes

20686 readers
1397 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dQw4w9WgXcQ@lemm.ee 29 points 9 months ago (7 children)

Intellij: Has a modern GUI for Git with code cleanup, import optimization and visualization of changes.

Me: Open terminal, 'git commit -m "wrote code" && git push'. Then realize I forgot to add half of the files, so I make another commit. Then realize I forgot to cleanup bad indents, so I make another commit. Then realize my code doesn't even build, so I make another commit, etc.

[–] independantiste@sh.itjust.works 2 points 9 months ago (2 children)

The only Git GUI that I find actually lets me do the basics in a simple way is GitHub desktop. It allows me to quickly see a diff of the changes, select a few lines or a chunk or all the file, it manages stashes and conflicts for me which is like 98% of my usage. Otherwise I use gitui or the git cli for anything more complex than committing and switching/merging branches.

[–] kdm@lemmy.world 7 points 9 months ago* (last edited 9 months ago) (1 children)

I’ve started using LazyGit recently and I love it. It runs in CLI and essentially just maps the git commands to keyboard shortcuts. Really easy to use and learn, definitely increased my productivity

[–] recarsion@discuss.tchncs.de 3 points 9 months ago

And there's a neovim plugin for it. It's my favorite git client.

load more comments (4 replies)