Skip to content

Commit c90e346

Browse files
authored
adding bdo-cli (#92)
1 parent 2a28345 commit c90e346

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

_posts/2025-03-23-bdo-cli.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: post
3+
title: "bdo-cli"
4+
description: "bdo-cli provides a collection of helpful shell scripts for Git, GitHub, and development workflows."
5+
category: "bash"
6+
tags: ["github"]
7+
---
8+
9+
## Usage
10+
11+
- `bdo help` - Show all available commands
12+
- `bdo create <repo-name>` - Create and initialize a new repository
13+
- `bdo push` - Add, commit, and push changes
14+
- `bdo branch <branch-name>` - Create and push a new branch
15+
- `bdo checkout` - Reset to match remote main branch
16+
- `bdo remove` - Uninstall bdo-cli from your system
17+
18+
19+
## Links
20+
21+
* [Source Code (GitHub)][https://github.com/hellobdo/bdo-cli]
22+
* [Author: bdo](https://github.com/hellobdo, https://x.com/hellobdo)

0 commit comments

Comments
 (0)