+[6 years ago]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? +[6 years ago]deltabsparr: click on a line number, click "[...]", click "Copy permalink" +[6 years ago]deltabyou can shift-click to select multiple lines +[6 years ago]sparrdeltab: thanks! +[6 years ago]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
+[6 years ago]carrot342Hello~ +[6 years ago]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.. +[6 years ago]androiafterwards i should open the webpage through that url: username.github.io, but this page doesnt exist +[6 years ago]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 +[6 years ago]androisomething wrong?