1.0.23 • Published 2 months ago

git-pwa v1.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

git-pwa

git-cli for use in pwa where git is not installed.

Quick start

  1. Create an empty folder on a machine with a node version 16 or later environment OR go to stackblitz.com and select node.js environment
  2. npx git-pwa --branch next clone https://github.com/diy-pwa/coming-soon.git .

Workflow

This is meant to support the workflow for creating and maintaining a new repo. For instance:

echo "# testOct15" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/rhildred/testOct15.git
git push -u origin main

It is also meant to support this workflow:

git remote add origin https://github.com/rhildred/test-of-push-u.git
git branch -M main
git push -u origin main

After it has been pushed, git clones, adds, and commits should be the bulk of what is required. Please let me know by filing an issue if it is not.

1.0.23

2 months ago

1.0.19

3 months ago

1.0.18

3 months ago

1.0.22

3 months ago

1.0.21

3 months ago

1.0.20

3 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.7

7 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.6

11 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.0

1 year ago