Skip to content

Commit

Permalink
main branch merged rel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-yucheng committed Apr 8, 2022
2 parents 2d093bb + 7272089 commit 798f69b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ info:
When: You need too see the package info.
How-to: gbu info
list-main-names:
When: You need to list the main branch name settings
When: You need to list git and gbu main branch name settings.
How-to: gbu list-main-names
clear-main-names:
When: You need to restore the default main branch name settings.
When: You need to restore the default git and gbu main branch name settings.
How-to: gbu clear-main-names
set-main-name:
When: You need to update the main branch name settings.
When: You need to update git and gbu main branch name settings.
How-to: gbu set-main-name <new-main-name>
list-user-info:
When: You need to list the git user info.
Expand Down Expand Up @@ -171,9 +171,10 @@ Otherwise, you are welcomed to start some issues in or send some pull requests t
This application is distributed under the **GNU GPL3 license**.

A subsequent work of this application is a work that satisfies **any one** of the following:
- Is a variant of any form of this application.
- Contains a part, some parts, or all parts of this application.
- Integrates a part, some parts, or all parts of this application.

- Is a variant of any form of this application.
- Contains a part, some parts, or all parts of this application.
- Integrates a part, some parts, or all parts of this application.

All subsequent works of this application **must also be distributed under the GNU GPL3 license, and must also open their source codes to the public**.

Expand Down Expand Up @@ -251,6 +252,6 @@ This program is distributed in the hope that it will be useful, but WITHOUT
You should have received a copy of the GNU General Public License along with
this program. If not, see:
1. The LICENSE file in this repository.
2. https://www.gnu.org/licenses/.
2. https://www.gnu.org/licenses/#GPL.
3. https://www.gnu.org/licenses/gpl-3.0.txt.
```
2 changes: 1 addition & 1 deletion package-info.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _gbu_incl_package_info=1
# Name.
_gbu_name=lyc-git-bash-utils
# Version.
_gbu_ver=1.0.2
_gbu_ver=1.0.3
# Description.
_gbu_desc="LYC's personal Git Bash utility application."
# Author.
Expand Down

0 comments on commit 798f69b

Please sign in to comment.