HackerTrans
トップ新着トレンドコメント過去質問紹介求人

gdxhyrd

no profile record

コメント

gdxhyrd
·7 年前·議論
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 年前·議論
You are confusing the model with the features built on top of that model.
gdxhyrd
·7 年前·議論
> 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 年前·議論
That's easy with the TUI
gdxhyrd
·7 年前·議論
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 年前·議論
Git model is simple.

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