|
|
|
|
|
by tirpen
1855 days ago
|
|
> Basic features, like getting a permalink to a line of code, take 3-4 clicks in GitLab, when it's just 1 in GitHub That doesn't seem right. In Gitlab:
Right click the line number, choose Copy Link in the context menu. Two clicks. In Github:
Click the line, click the three dots, then click "Copy permalink". Three clicks.
Alternatively, click the line, click the URL bar (or press F6 or ^L) copy the link. Still Three clicks. What's the one-click method in GitHub I'm missing? |
|
GitHub, by default, includes the commit hash. So the line of code will be the same at any point in the future: the file, at that line number, with that commit hash, is immutable (unless developers force push history rewrites, but you get my broader point).