About 9,450,000 results
Open links in new tab
  1. Viewing and understanding files - GitHub Docs

    On GitHub, navigate to the main page of the repository. Click to open the file whose line history you want to view. Above the file content, click Blame. This view gives you a line-by-line revision history, with the code in a file separated by commit. Each commit lists the author, commit description, and commit date.

  2. Can you get the number of lines of code from a GitHub repository ...

    Nov 12, 2014 · In a GitHub repository you can see “language statistics”, which displays the percentage of the project that’s written in a language. It doesn’t, however, display how many lines of code the project consists of.

  3. How to link to a specific line number on GitHub

    Oct 27, 2022 · How to make a permanent link to the right lines: Click on the line number you want (like line 18), and the URL in your browser will get a #L18 tacked onto the end. You literally click on the 18 at the left side, not the line of code. Looks …

  4. git - Search code inside a Github project - Stack Overflow

    Sep 1, 2010 · use the corresponding prefixes listed for that search type. For instance, Use the repo:username/repo-name directive to limit the search to a code repository. Code Search: The Code search will look through all of the code publicly hosted on GitHub. You can also filter by :

  5. How to Run Code from GitHub? - Life in Coding

    GitHub Codespaces provides an online development environment within GitHub, running on Visual Studio Code. Navigate to the Repository: On GitHub, open the repository you want to run. Start Codespace: Click on the green Code button and select Open with Codespaces.

  6. How to Use Git and GitHub – a Guide for Beginners and …

    Apr 6, 2024 · By the end of this journey, you'll have a solid foundation in Git and GitHub. You'll be equipped with practical knowledge to streamline your coding workflow, collaborate seamlessly with teams, and contribute to open-source projects. So, let's dive in and get started on your Git and GitHub adventure! Who is this guide for? What is GitHub?

  7. Creating a permanent link to a code snippet - GitHub Docs

    To select a single line of code, click the line number to highlight the line. To select a range of code, click the number of the first line in the range to highlight the line of code. Then, hover over the last line of the code range, press Shift, and click the line number to highlight the range. To the left of the line or range of lines, click .

  8. How to Link to Lines of Code in a Github Repository!

    Dec 19, 2017 · How to Link to Lines of Code in a Github Repository! This'll be a real short one; I just learned you can link to specific lines of code on GitHub! All you need to do is find your link to the source code preview (***NOTE: not the raw view!) as an example, let's look at a source file from Bitcoin repository*:

  9. How to Open a GitHub Repository in VS Code Online?

    May 22, 2024 · There are two methods to achieve this. Consider the simple process below illustrated to add a GitHub repository in VS Code as follows: Step 1: Open the GitHub repo in any browser. Step 2: In the address bar, just add “1s” (without quotes) next to the word GitHub.

  10. How to read code on github? : r/learnprogramming - Reddit

    What you’re looking for lines of code that you can understand but have never seen before. Force yourself to look for these lines, or patterns, or techniques, and then take them and force yourself to try them out and see how they work.

  11. Some results have been removed
Refresh