Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Aeternum436yI personally love Sublime's new client (Sublime made a git client? Ikr? Go check it out, its not the worst thing you will ever download. https://www.sublimemerge.com/ ), its light and snappy, and doesn't actually advertise next to instant startups, but actually achieves it. Just like Sublime text. (Hush, I'm biased, I've used sublime since the beginning of time.) And I like that it doesn't bullshit around with the dumbed down version of git that modern clients like to use. Whats the point of having a dedicated application for git if it doesn't do at least almost everything you normally do with git bash. Something the "Official" Github desktop app couldn't be bothered to do.
-
inaba46256ygit clone *link*
git pull
git add .
git commit -m "Commit message"
git push
git checkout -b "New Branch"
git checkout "Existing branch"
git pull/push --set-upstream origin "new branch" // for switching branch for the first time
git merge "branch to take code from and put in current branch"
git reset --hard "sha of commit" // to go back
is all I really need -
Aeternum436y@dfox Can we get markdown support as a feature when you get around to it? Even if only a simplified discord like markdown, would go a long ways for the platform. <3
-
inaba46256y@irene ππππ πππ ππππππ ππππ. π¬ππ ππ πππππ ππππ ππππ πππππ ππ ππππ!
-
inaba46256y@irene π¬ππ'π ππππππ' πππππ ππππ ππππ, πππππππ, πππ ππππππππππ! >:π
-
C0D4681466yCli for everything besides merge conflicts
for that I use vsCode to select / edit the conflicts as needed and resave.
Then back to the cli I go. -
Aeternum436y@irene Markdown, at least in a simplified form, allows for neat things such as code blocks, specialized in site formatting that makes code easy to read, and easy to highlight syntax, I think it would be nice if the rants here on devRant had some orientation to actual code, and easy to implement features like support for markdown go a long way in making that conversation easy to have, guiding the purpose of the platform away from the randomly large amount of memes I see currently permeating it for whatever reason. My reason is not the best, but the nature of the request has good intentions, and is just a nice to have.
-
mostly cli, but to check diffs and solve conflicts i use GitExtension on windows and on linux.. well, even I'm not sure. I tried gitkrakken but the account handling is garbage, I tried gitextension with wine but its broken and i tried sublimerge 3 which is nice but i probably would need to buy it to finaly commit to it (pun intended)
-
cursee171596yWas gonna say merge while reading your rant and came to comments. Turn out you know it already π
I love both products from sublime hq -
I've tried almost every Git client in existence and I must say that GitKraken is by far my favorite!
Incredibly intuitive (even for rookies) and I've started using it about a year ago and now everyone in my programming classes uses it.
Free for non-commercial use and it's flexible for all kinds of repos (GitHub, GitLab, selfhost etc.)
Lets discuss Git Clients. Now I love electron, in concept. And I love what you can do with it, on paper. And I understand Github's need to jack itself off by developing its own framework just to make its own software in being what Github is, and then everyone else following suite because Github must know best. And that's my rant, I don't think it had a point. So, favorite git client and why?
question