this post was submitted on 20 Jun 2023
43 points (100.0% liked)

Programming

13368 readers
2 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

I ask because I like console, but at the same time have difficulties remembering all the commands. I'd like to try a GUI that is comfortable to use with only a keyboard.
[edit]
My inbox got fediversized, fantastic feeling.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 year ago (1 children)

GittyUp! https://murmele.github.io/Gittyup

I previously used GitKraken but was looking for an open source alternative that works in a similar fashion and has a Flatpak.

[–] [email protected] 1 points 1 year ago (1 children)

I use it as well! Not sure if it's a flatpak thing, but for some reason I need to re-enter credentials for my git remotes for each push. What's your experience?

[–] [email protected] 1 points 1 year ago

No problems here but I only use SSH keys which are configured on my ~/.ssh directory.

I assume you can use ssh-agent somehow to save your credentials.