Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gulzar1996/Fast-Git-Clone
Clone Git repository faster. Eliminates the repetitive typing of git clone and copy-pasting the url
https://github.com/gulzar1996/Fast-Git-Clone
git hack powershell
Last synced: 3 months ago
JSON representation
Clone Git repository faster. Eliminates the repetitive typing of git clone and copy-pasting the url
- Host: GitHub
- URL: https://github.com/gulzar1996/Fast-Git-Clone
- Owner: gulzar1996
- Archived: true
- Created: 2017-12-17T11:28:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T14:26:20.000Z (almost 7 years ago)
- Last Synced: 2024-05-02T19:20:11.176Z (6 months ago)
- Topics: git, hack, powershell
- Language: PowerShell
- Homepage:
- Size: 1.7 MB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - gulzar1996/Fast-Git-Clone - Clone Git repository faster. Eliminates the repetitive typing of git clone and copy-pasting the url (PowerShell)
README
# Fast Git Clone
Clone Git repository faster. Eliminates the repetitive typing of git clone and copy-pasting the url !Features
- No more manually opening terminal
- No more typing git clone
- No more pasting url![Image](/screenshot/demo.gif)
Installation
===============- `git clone https://github.com/gulzar1996/Fast-Git-Clone` (I hate typing git clone everytime!
Last time you would be typing I promise)
- click `setup.bat`
How to use ?
================- Copy the git url
- Right click on any directory where you want to clone the repository and then click on `FastGitClone here` option
![Image](/screenshot/screen1.PNG)
- Repositiory starts cloning.
## TODO
Make for Linux OS (contributions whole heartedly accepted)
### Motivation
I clone a lot of repository on my system especially for viewing the source code. At times it becomes very cumbersome to open terminal, type git clone and paste url. I know this takes very less time but only I could go lesser. Therefore to simplify the task I wrote the script. The script automatically copies the url from the clipboard and pass it as a parameter to git clone $url and using windows context it gets the directory where it needs to be cloned