File tree Expand file tree Collapse file tree 4 files changed +26
-11
lines changed Expand file tree Collapse file tree 4 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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&style=flat&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
Original file line number Diff line number Diff line change 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
77git-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
Original file line number Diff line number Diff 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# --------------------
You can’t perform that action at this time.
0 commit comments