GIT 15

Getting Started with GitHub's GraphQL API - RWieruch

I am writing a React GraphQL book which I intend to release the next months. If you are interested in following me on this journey or grabbing a copy of the book as one of its first readers, you can …

GraphQL | A query language for your API

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.

Transferring Repositories Cleanly on GitHub - Kevin Brown

In the summer of 2011, GitHub added the ability to transfer repositories between users and organizations.

Transfer GitHub Repository – opensource.google.com

From time to time, you may need to transfer a GitHub repository from one account to another. GitHub has really good support for repo transfers: all issues, pull requests, forks, stars, etc remain …

How can I specify a branch/tag when adding a Git submodule? - Stack Overflo

How does git submodule add -b work? After adding a submodule with a specific branch, a new cloned repository (after git submodule update --init) will be at a specific commit, not the branch itself …

5 Shields.io: Quality metadata badges for open source projects

Love Shields? Please consider donating to sustain our activities Using dash "-" separator https://img.shields.io/badge/<LABEL>-<MESSAGE>-<COLOR> Using query string parameters …

2 How to Write an Awesome GitHub README - DEV Community ?‍??‍?

I read through the earliest README I could find. Written in 1975 by William J. Earl at the CS department of UIC. The text is a little dry but also surprisingly relatable, some 44 years later. "Due to …

Documentation Style Guide | GitLab

The documentation style guide defines the markup structure used in GitLab documentation. Check the documentation guidelines for general development instructions. Check the GitLab handbook for the …

Simple guide to forks in GitHub and Git

In my experience, one of the most confusing parts about getting started in Git and GitHub is trying to figure out the following: What do I do in Git, and what do I do in GitHub?

Version Control in Visual Studio Code

Visual Studio Code has integrated source control and includes Git support in-the-box. Many other source control providers are available through on the VS Code Marketplace. Tip: Click on an extension …

What is the best Git cheat sheet?

git - Is it a good practice to use branches to maintain different editions

We have a product that has a few different editions. The differences are minor: different strings here and there, very little additional logic in one, very little difference in logic in the other.

merge - Git: how to maintain permanent parallel branches - Stack Overflow

We have project (PHP application), but instalation for each client vary, sometimes very little, sometimes more. Still, big part of source code is common. We manage specific installations as parallel …

GIT 15