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
- Host: GitHub
- URL: https://github.com/rootcircle/bgit_clone_sample
- Owner: rootCircle
- License: apache-2.0
- Created: 2025-03-06T12:20:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-09T04:48:59.000Z (12 months ago)
- Last Synced: 2025-06-09T05:28:08.854Z (12 months ago)
- Language: Shell
- Homepage: https://github.com/Gyan172004/bgit
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.