HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gdxhyrd

no profile record

comments

gdxhyrd
·7 वर्ष पहले·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
·7 वर्ष पहले·discuss
You are confusing the model with the features built on top of that model.
gdxhyrd
·7 वर्ष पहले·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
·7 वर्ष पहले·discuss
That's easy with the TUI
gdxhyrd
·7 वर्ष पहले·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
·7 वर्ष पहले·discuss
Git model is simple.

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