-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed the issue where the pull command were not pulling the changes to the branch
- Loading branch information
Showing
5 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.5.0 | ||
current_version = 0.5.1 | ||
commit = True | ||
tag = False | ||
tag_format = v{tag} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ go install github.com/arzkar/git-utils@latest | |
|
||
``` | ||
> git-utils | ||
git-utils v0.5.0 | ||
git-utils v0.5.1 | ||
Copyright (c) Arbaaz Laskar <[email protected]> | ||
A CLI for performing various operations on git repositories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ import ( | |
var rootCmd = &cobra.Command{ | ||
Use: "git-utils", | ||
Short: "A CLI for performing various operations on git repositories", | ||
Long: `git-utils v0.5.0 | ||
Long: `git-utils v0.5.1 | ||
Copyright (c) Arbaaz Laskar <[email protected]> | ||
A CLI for performing various operations on git repositories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters