Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ad-m/github-clone
A script to automatic set "upstream" remote to parent in GitHub
https://github.com/ad-m/github-clone
Last synced: about 1 month ago
JSON representation
A script to automatic set "upstream" remote to parent in GitHub
- Host: GitHub
- URL: https://github.com/ad-m/github-clone
- Owner: ad-m
- License: gpl-2.0
- Created: 2016-01-10T02:39:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T03:03:38.000Z (almost 9 years ago)
- Last Synced: 2023-02-26T14:52:08.366Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-clone
A script to automatic set "upstream" remote to parent in GitHub# Installation
1. ```git clone https://github.com/ad-m/github-clone.git github-clone```
2. ```sudo pip install -R github-clone/requirements.txt```
3. ```git config --global alias.gh "!python {path}/clone-github.py"```# Usage
```
git gh [git_url] [output_dir]
```# Example
```
git gh [email protected]:ad-m/github-clone.git github-clone
git gh https://github.com/ad-m/github-clone.git github-clone
```