HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gdxhyrd

no profile record

comments

gdxhyrd
·il y a 7 ans·discuss
Rearranging a line is 3 keystrokes in vim, which I use for that particular action, since it is perfect for that, rather than my normal GUI IDE.
gdxhyrd
·il y a 7 ans·discuss
You are confusing the model with the features built on top of that model.
gdxhyrd
·il y a 7 ans·discuss
> You remember the hash of your June commit 3 years ago??

...which is what the git log above is there for.

> Web browser... for a local repo? Or do you mean you don't have a solution if your repo isn't on GitHub or you don't have an internet connection handy?

Yeah, local repo. You know, git is not GitHub. :)

> (You should also time yourself on your web interface by the way.)

Just paste the hash commit in the HEAD selector or even in the URL.
gdxhyrd
·il y a 7 ans·discuss
That's easy with the TUI
gdxhyrd
·il y a 7 ans·discuss
git log, copy paste hash, git checkout

If you have a dirty wd, stash.

But, to be honest, I almost never perform that action, and when I do I use the web browser.
gdxhyrd
·il y a 7 ans·discuss
Git model is simple.

What is complex is the hundred features and commands it provides on top of that model.