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
-
@calmyourtities me too!
And cli isnt working in my computer, so it is a fine excuse -
@calmyourtities I wouldn't worry too much though. I'm certainly not advanced in command line git. I can commit, merge, switch branches. That's about all I need to do :)
-
@itsdaniel0 @CozyPlanes I guess I'm not alone, except I'm the only one who posted wk67. Oh wait! @linuxer4fun did, but it was a typo
-
tilde31727yYou don't have to know it. Just know a few commands you use commonly. If something breaks just copy it somewhere else and download it again. Also don't take my advice.
-
Add git pull and selective git add filename and that's about all you need to know. Maybe git reset as well
-
xsacha4317yI know git cli fairly well out of necessity. There is no GUI client that can do everything.
Even simple operations like making orphan branches, squashing history, replaying history on top of an orphan branch, merging two remotes, etc are too hard for GUI.
Not to mention stupid way they all handle recursively pulling submodules (usually wrong order) where they Bork on a conflict).
Also they never have a clear concept of local vs remote. If I have local changes I want to rebase. If I have server changes, I want to merge. -
@hitchhiker42 Stash is useful too. Also partially adding a file (selecting individual chunks) using add --patch.
Related Rants
-
Ratwerks15Biggest hurdle? Probably other people telling me no. - My parents wouldn't let me go to college to study CS b...
-
Kimmax12May I interrupt your scrolling for an important message: WE GOT IT, Y' ALL HATE GRADLE carry on
-
QueenMorgana55Biggest hurdle: torn between having boobs and missing an arm. I swear some people are under the assumption the...
I don't know the git cli (well, not some of it)
#mostEmbarassingConfessions
undefined
wk67