From 39773dd36a0f35adf350e06dd3584d78e667b8c8 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Date: Sun, 23 Mar 2025 16:23:57 +0000 Subject: [PATCH 1/2] adding bdo-cli --- _posts/2025-03-23-bdo-cli.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _posts/2025-03-23-bdo-cli.md diff --git a/_posts/2025-03-23-bdo-cli.md b/_posts/2025-03-23-bdo-cli.md new file mode 100644 index 0000000..3a4f6d3 --- /dev/null +++ b/_posts/2025-03-23-bdo-cli.md @@ -0,0 +1,22 @@ +--- +layout: post +title: "bdo-cli" +description: "bdo-cli provides a collection of helpful shell scripts for Git, GitHub, and development workflows." +category: "bash" +tags: ["github"] +--- + +## Usage + +- `bdo help` - Show all available commands +- `bdo create ` - Create and initialize a new repository +- `bdo push` - Add, commit, and push changes +- `bdo branch ` - Create and push a new branch +- `bdo checkout` - Reset to match remote main branch +- `bdo remove` - Uninstall bdo-cli from your system + + +## Links + +* [Source Code (GitHub)][https://github.com/hellobdo/bdo-cli] +* [Author: bdo](https://github.com/hellobdo, https://x.com/hellobdo) \ No newline at end of file From b131e773a31f3e85b01e9685545cbdb5f35e1e18 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Date: Fri, 28 Mar 2025 07:17:37 +0000 Subject: [PATCH 2/2] adjusted links on bdo-cli post --- _posts/2025-03-23-bdo-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2025-03-23-bdo-cli.md b/_posts/2025-03-23-bdo-cli.md index 3a4f6d3..5e138f3 100644 --- a/_posts/2025-03-23-bdo-cli.md +++ b/_posts/2025-03-23-bdo-cli.md @@ -18,5 +18,5 @@ tags: ["github"] ## Links -* [Source Code (GitHub)][https://github.com/hellobdo/bdo-cli] -* [Author: bdo](https://github.com/hellobdo, https://x.com/hellobdo) \ No newline at end of file +* [Source Code](https://github.com/hellobdo/bdo-cli) +* [Author: bdo](https://github.com/hellobdo) \ No newline at end of file