Tag: git

  • github1s

    github1s: Just add 1s after github and press Enter in the browser address bar for any repository you want to read. This is super cool. Take any repository on GitHub and add 1s to the domain name and you’ll see the source code for the repository loaded in a browser-based version of VS Code (since it is built on top of…

    Continue >

  • GitLab to open source Gitter

    Jordan Novet for VentureBeat: GitLab won’t bundle it in its community edition or its enterprise edition yet, but it will open-source the Gitter code for others to build on, GitLab cofounder and CEO Sid Sijbrandij told VentureBeat in an interview. What’s happening now, though, is that as part of GitLab, Gitter is launching a new feature…

    Continue >

  • GitHub is now more affordable

    GitHub: We couldn’t be more excited to announce that all of our paid plans on GitHub.com now include unlimited private repositories. GitHub will always be free for public and open source projects, but starting today there are just two ways to pay for GitHub.com. $7/m for personal accounts, $9/m per user for organizations (only $25/m…

    Continue >

  • git from the inside out

    Mary Rose Cook: The essay focuses on the graph structure that underpins Git and the way the properties of this graph dictate Git’s behavior. Looking at fundamentals, you build your mental model on the truth rather than on hypotheses constructed from evidence gathered while experimenting with the API. This truer model gives you a better…

    Continue >