Horje
git how to make shallow clone with all branches Code Example
git how to make shallow clone with all branches
git clone --depth 10 --no-single-branch https://github.com/django/django.git
shallow clone specific branch
git clone --depth 1 https://path/to/repo/foo.git -b bar
how to clone repo with all branches
$ git branch -a
* master
  remotes/origin/HEAD
  remotes/origin/master
  remotes/origin/v1.0-stable
  remotes/origin/experimental




Shell

Related
ZTC ZEM800 telnet password Code Example ZTC ZEM800 telnet password Code Example
how to download text file from github Code Example how to download text file from github Code Example
how to grep if the first letter is a character not a number Code Example how to grep if the first letter is a character not a number Code Example
check folders sizes linux Code Example check folders sizes linux Code Example
How to change tab size on GitHub? Code Example How to change tab size on GitHub? Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10