An open API service indexing awesome lists of open source software.

https://github.com/rootcircle/bgit_clone_sample

Sample repo to demonstrate bgit clone posthook in action
https://github.com/rootcircle/bgit_clone_sample

Last synced: 12 months ago
JSON representation

Sample repo to demonstrate bgit clone posthook in action

Awesome Lists containing this project

README

          

# bgit_clone_sample
Sample repo to demonstrate bgit clone posthook in action

### To start

```bash
cargo install --git https://github.com/Gyan172004/bgit.git
```

### Usage

Then run bgit in some folder:
```bash
bgit
```

It will prompt you to Initialze/Clone a Repository, click on Clone, and then enter repository link as `https://github.com:rootCircle/bgit_clone_sample` and let `bgit` autosetup rust for you using post_git_clone hook.