immanishbainsla / git-clone-repo

This repo contains bash script that clones your desired repo in separate directory and checks out to desired branch. Idea it to be quick in getting started to work on a task without affecting other local cloned instances of same repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-clone-repo

This repo contains bash script that clones your desired repo in separate directory and checks out to desired branch. Idea it to be quick in getting started to work on a task without affecting other local cloned instances of same repo.

git cmd to cache credentials for more time then default set time

git config --global credential.helper "cache --timeout 720000000"

About

This repo contains bash script that clones your desired repo in separate directory and checks out to desired branch. Idea it to be quick in getting started to work on a task without affecting other local cloned instances of same repo.


Languages

Language:Shell 100.0%