+ [6 years ago] sparr what 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] deltab sparr: click on a line number, click "[...]", click "Copy permalink"
+ [6 years ago] deltab you can shift-click to select multiple lines
+ [6 years ago] sparr deltab: thanks!
+ [6 years ago] sparr I 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] androi hi, 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] androi afterwards i should open the webpage through that url: username.github.io, but this page doesnt exist
+ [6 years ago] androi so 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] androi something wrong?