+[2019-03-12T18:43:53Z]sparrwhat is the shortest and/or most convenient path from looking at a file on the master branch to a link to that specific version of the file that won't have changed later? +[2019-03-12T22:17:01Z]deltabsparr: click on a line number, click "[...]", click "Copy permalink" +[2019-03-12T22:17:40Z]deltabyou can shift-click to select multiple lines +[2019-03-12T23:28:53Z]sparrdeltab: thanks! +[2019-03-12T23:29:08Z]sparrI don't even need the line numbers part of the link, but those are easy to remove
message no. 170479
Posted by sparr in #github at 2019-03-12T23:29:08Z
I don't even need the line numbers part of the link, but those are easy to remove
+[2019-03-13T08:14:43Z]carrot342Hello~ +[2019-03-13T12:14:38Z]androihi, i have no clue about github.. doing a tutorial deploying a static website by aid of github page.. it says i have to create a repo like: username.github.io, making remote access to the repo, adding, commiting and pushing it.. +[2019-03-13T12:15:22Z]androiafterwards i should open the webpage through that url: username.github.io, but this page doesnt exist +[2019-03-13T12:17:23Z]androiso i have done: 1) git init 2) git remote add origin https://github.com/user/user.github.io.git 3) git add . 4) git commit -m ".." 5) git push -u origin master +[2019-03-13T12:17:30Z]androisomething wrong?