Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Aug 24, 2021
2 parents 39d0092 + 667973d commit fe00069
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ I was tired of Github Packages requiring authentication even for public access,

Usually it was already possible doing something like that, but this implicitely meant you had to have the repo cloned locally and manually committ and push. Now these limitations are gone, allowing for even faster development cycles.

What this plugin does is the following:
What this plugin does is the following, for each project/module:
- publishes locally to `$buildDir/repo`
- creates a `tmp` branch on the github repo
- uploads file by file
Expand Down Expand Up @@ -99,7 +99,7 @@ Sometimes it happens you forget to commit before publishing. In order to avoid t
the default setting `commitWithChanges` will warn you whenever you are committing while there are changes to be committed or
not staged for commit.

This requires `git` being available on path though, which is automatically set at begin with `gitOnPath`.
This requires `git` being available on path though, which is automatically set at begin in `gitOnPath`.

`defaultCommitWithChanges` will instead automatically highlight the given answer when asking if you
want to commit anyway with changes.
Expand All @@ -122,7 +122,8 @@ magik {
```


### Known limitations for Github repositories
### Github known limitations

max 100GB total repo size, max 100MB size per file
- every repository has an hard limit of 100 GB for its total size
- every file has an hard limit of 100 MB for its size

0 comments on commit fe00069

Please sign in to comment.