```` $ git remote add ioi-packaging https://gitlab.com/industry-of-integrations/ioi-packaging.git $ git fetch --all $ git merge ioi-packaging/master --allow-unrelated-histories ````
An implementation of window.fetch in Node.js using Minipass streams
Cross Platform Smart Fetch Ponyfill
Fetch-based http client for use with npm registry APIs
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
A pure JavaScript reimplementation of git for node and browsers
```` $ git remote add ioi-packaging https://gitlab.com/industry-of-integrations/ioi-packaging.git $ git fetch --all $ git merge ioi-packaging/master --allow-unrelated-histories ````
```` $ git remote add ioi-packaging https://gitlab.com/industry-of-integrations/ioi-packaging.git $ git fetch --all $ git merge ioi-packaging/master --allow-unrelated-histories ````
A window.fetch polyfill.
fetch mock for vitest
A light-weight module that brings Fetch API to node.js
Minimal web-style fetch TypeScript typings
Utilities for github file operation
fetch mock for jest
Opinionated, caching, retrying fetch client
programmatic library for `npm access` commands
A better API for making Event Source requests, with all the features of fetch()
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
Provides a way to make requests
Blob & File implementation in Node.js, originally from node-fetch.
the http/https agent used by the npm cli
Universal WHATWG Fetch API for Node, Browsers and React Native
Polyfill/ponyfill for the AbortController DOM API + optional patching of fetch (stub that calls catch, doesn't actually abort request).
better fetch for Node.js. Works on any JavaScript runtime!
git command to fetch and rebase all branches
git command to fetch and rebase all branches
Perform git fetch on all remote sources in multiple git repos.
git command to fetch and rebase all branches
Often times in team meetings and 'show and tell' reports we have to go through our work, i.e. our commit history to collect all the work we have been upto. git-worklog makes it easy to fetch all the work you have been upto in the past X days.
Provides an SCM agnostic way to manage subprojects with a workflow similar to the scm:externals feature of subversion. It's particularly useful for rails projects that have some plugins managed by svn and some managed by git. For example, "ext install git://github.com/rails/rails.git" from within a rails application directory will realize that this belongs in the vendor/rails folder. It will also realize that this URL is a git repository and clone it into that folder. It will also add the vendor/rails folder to the ignore feature for the SCM of the main project. Let's say that the main project is being managed by subversion. In that case it adds "rails" to the svn:ignore property of the vendor folder. It also adds the URL to the .externals file so that when this project is checked out via "ext checkout" it knows where to fetch the subprojects. There are several other useful commands, such as init, touch_emptydirs, add_all, export, status. There's a tutorial at http://nopugs.com/ext-tutorial The reason I made this project is that I was frustrated by two things: 1. In my opinion, the workflow for svn:externals is far superior to git-submodule. 2. Even if git-submodule was as useful as svn:externals, I would still like a uniform way to fetch all of the subprojects regardless of the SCM used to manage the main project.
No description provided.
No description provided.
No description provided.