We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a28345 commit c90e346Copy full SHA for c90e346
_posts/2025-03-23-bdo-cli.md
@@ -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