Skip to content

Commit bf91e0d

Browse files
committed
Updated
1 parent e6d4095 commit bf91e0d

File tree

4 files changed

+26
-11
lines changed

4 files changed

+26
-11
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# git-proj
1+
# gitproj
22
[//]: # (The README.html is generated from this file. Usually, pod is used for formatting.)
33
[//]: # (For more badges see: https://shields.io/badges)
44

@@ -10,8 +10,9 @@ because it doesn't *require* a git server.
1010

1111
[![test](https://github.com/TurtleEngr/gitproj/actions/workflows/test.yml/badge.svg)](https://github.com/TurtleEngr/gitproj/actions/workflows/test.yml)
1212
[![package](https://github.com/TurtleEngr/gitproj/actions/workflows/package.yml/badge.svg)](https://github.com/TurtleEngr/gitproj/actions/workflows/package.yml)
13-
![GitHub issue custom search](https://img.shields.io/github/issues-search?query=repo%3ATurtleEngr%2Fgitproj%20is%3Aopen&style=flat&label=issues)
14-
![GitHub License](https://img.shields.io/github/license/TurtleEngr/gitproj)
13+
[![GitHub Tag](https://img.shields.io/github/v/tag/TurtleEngr/gitproj)](https://github.com/TurtleEngr/gitproj/tags)
14+
[![GitHub issue custom search](https://img.shields.io/github/issues-search?query=repo%3ATurtleEngr%2Fgitproj%20is%3Aopen&style=flat&label=issues)](https://github.com/TurtleEngr/gitproj/issues)
15+
[![GitHub License](https://img.shields.io/github/license/TurtleEngr/gitproj)](https://github.com/TurtleEngr/gitproj/blob/develop/LICENSE)
1516

1617
## Why git-proj?
1718

doc/README.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title></title>
55
</head>
66
<body>
7-
<h1>git-proj</h1>
7+
<h1>gitproj</h1>
88
<h1>Description</h1>
99
<p>git-proj implements git sub-commands for managing large binary files.
1010
Its setup and management is more straightforward than "git LFS" because it
@@ -15,6 +15,18 @@ <h1>Description</h1>
1515
title="" /></a> <a href=
1616
"https://github.com/TurtleEngr/gitproj/actions/workflows/package.yml"><img src="https://github.com/TurtleEngr/gitproj/actions/workflows/package.yml/badge.svg"
1717
alt="package"
18+
title="" /></a> <a href=
19+
"https://github.com/TurtleEngr/gitproj/tags"><img src=
20+
"https://img.shields.io/github/v/tag/TurtleEngr/gitproj"
21+
alt="GitHub Tag"
22+
title="" /></a> <a href=
23+
"https://github.com/TurtleEngr/gitproj/issues"><img src=
24+
"https://img.shields.io/github/issues-search?query=repo%3ATurtleEngr%2Fgitproj%20is%3Aopen&amp;style=flat&amp;label=issues"
25+
alt="GitHub issue custom search"
26+
title="" /></a> <a href=
27+
"https://github.com/TurtleEngr/gitproj/blob/develop/LICENSE"><img src=
28+
"https://img.shields.io/github/license/TurtleEngr/gitproj"
29+
alt="GitHub License"
1830
title="" /></a></p>
1931
<h2>Why git-proj?</h2>
2032
<p>Have you ever had a developer commit their whole home directory into

doc/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# git-proj
2-
1+
# gitproj
32
[//]: # (The README.html is generated from this file. Usually, pod is used for formatting.)
3+
[//]: # (For more badges see: https://shields.io/badges)
44

55
# Description
66

77
git-proj implements git sub-commands for managing large binary files.
8-
Its setup and management is more straightforward than "git LFS" because it doesn't
9-
*require* a git server.
8+
Its setup and management is more straightforward than "git LFS"
9+
because it doesn't *require* a git server.
1010

1111
[![test](https://github.com/TurtleEngr/gitproj/actions/workflows/test.yml/badge.svg)](https://github.com/TurtleEngr/gitproj/actions/workflows/test.yml)
1212
[![package](https://github.com/TurtleEngr/gitproj/actions/workflows/package.yml/badge.svg)](https://github.com/TurtleEngr/gitproj/actions/workflows/package.yml)
13+
[![GitHub Tag](https://img.shields.io/github/v/tag/TurtleEngr/gitproj)](https://github.com/TurtleEngr/gitproj/tags)
14+
[![GitHub issue custom search](https://img.shields.io/github/issues-search?query=repo%3ATurtleEngr%2Fgitproj%20is%3Aopen&style=flat&label=issues)](https://github.com/TurtleEngr/gitproj/issues)
15+
[![GitHub License](https://img.shields.io/github/license/TurtleEngr/gitproj)](https://github.com/TurtleEngr/gitproj/blob/develop/LICENSE)
1316

1417
## Why git-proj?
1518

package/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,8 @@ tag : ver.mak
253253
echo "$(ProdTag)" >>REL-VERSION
254254
echo "Released: $$(ls pkg)" >>REL-VERSION
255255
echo "to: $(ProdRelServer):$(ProdRelDir)" >>REL-VERSION
256-
#git commit -am Updated
257-
#git push origin develop
258-
#git push --tags -f
256+
git commit -am Updated
257+
git push --tags origin develop
259258
#put tag in CHANGES.md and add 'git log' messages
260259

261260
# --------------------

0 commit comments

Comments
 (0)