/upfind

Script for detecting and adding the upstream of a forked git repository

Primary LanguageShellMIT LicenseMIT

upfind

upfind is a script for detecting and adding the upstream of a forked git repository.

upfind_screenshot

Usage

  • upfind: detects and adds upstream for the repository in the working directory
  • upfind <path>: detects and adds upstream for the repository in the given path

Hosts support [1/3]:

  • github.com
  • gitlab.com
  • bitbucket.org

Install

git clone https://github.com/MaanooAk/upfind.git
cd upfind
sudo make install

Dependencies

The script requires the curl tool