xaizek / pipedial (License: GPLv3 only) (since 2019-01-08)
One more tool for selecting something in console.
Commit e215c646d1c13db15403a82ab826221be8ce0d1a

Provide command for recursive cloning of the repo
Author: xaizek
Author date (UTC): 2019-04-15 11:31
Committer name: xaizek
Committer date (UTC): 2019-04-15 11:32
Parent(s): 849987b66547ff0db9f8a66075ee54c583863bce
Signing key: 99DC5E4DB05F6BE2
Tree: ad2dfdf7458df518e733c0a836ebd607e879a655
File Lines added Lines deleted
README.md 6 2
File README.md changed (mode: 100644) (index 3c8456a..2d0b24a)
1 1 **pipedial**, _v0.1_, _2019_ **pipedial**, _v0.1_, _2019_
2 2
3 _This file last updated on 19 March, 2019_
3 _This file last updated on 15 April, 2019_
4 4
5 5 ![Pipedial Gif](docs/pipedial.gif) ![Pipedial Gif](docs/pipedial.gif)
6 6
7 **Note:** clone recursively, there are submodules.
7 **Clone recursively, there are submodules:**
8
9 ```bash
10 git clone --recursive https://code.reversed.top/user/xaizek/pipedial
11 ```
8 12
9 13 ### Brief Description ### ### Brief Description ###
10 14
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pipedial

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pipedial

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master