git-repo-sync VS git-auto-commit-action

Compare git-repo-sync vs git-auto-commit-action and see what are their differences.

git-repo-sync

Git Repo Sync enables you to synchronize code to other code management platforms, such as GitLab, Gitee, etc. (by wangchucheng)

git-auto-commit-action

Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case. (by stefanzweifel)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
git-repo-sync git-auto-commit-action
1 8
58 1,799
- -
0.0 6.8
3 months ago 5 days ago
Shell Shell
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

git-repo-sync

Posts with mentions or reviews of git-repo-sync. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-20.
  • Github and Gitlab sync
    2 projects | dev.to | 20 Mar 2021
    name: GitlabSync on: - push - delete jobs: sync: runs-on: ubuntu-latest name: Git Repo Sync steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: wangchucheng/[email protected] with: # Such as https://github.com/wangchucheng/git-repo-sync.git target-url: ${{ secrets.TARGET_URL }} # Such as wangchucheng target-username: ${{ secrets.TARGET_USERNAME }} # You can store token in your project's 'Setting > Secrets' and reference the name here. Such as ${{ secrets.ACCESS\_TOKEN }} target-token: ${{ secrets.TARGET_TOKEN }}

git-auto-commit-action

Posts with mentions or reviews of git-auto-commit-action. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-22.