What is your preferred method for moving unfinished changes between computers?

This page summarizes the projects mentioned and recommended in the original post on /r/git

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
  • HelloJib

    Sample project showing adding jib to a project

  • shagie gitrepodemo % git clone https://github.com/shagie/HelloJib.git Cloning into 'HelloJib'... remote: Enumerating objects: 43, done. remote: Counting objects: 100% (43/43), done. remote: Compressing objects: 100% (22/22), done. remote: Total 43 (delta 7), reused 43 (delta 7), pack-reused 0 Receiving objects: 100% (43/43), 6.31 KiB | 6.31 MiB/s, done. Resolving deltas: 100% (7/7), done. shagie gitrepodemo % git clone --mirror https://github.com/shagie/HelloJib.git Cloning into bare repository 'HelloJib.git'... remote: Enumerating objects: 43, done. remote: Counting objects: 100% (43/43), done. remote: Compressing objects: 100% (22/22), done. remote: Total 43 (delta 7), reused 43 (delta 7), pack-reused 0 Receiving objects: 100% (43/43), 6.31 KiB | 6.31 MiB/s, done. Resolving deltas: 100% (7/7), done. shagie gitrepodemo % ls HelloJib HelloJib.git shagie gitrepodemo % cd HelloJib shagie HelloJib % git remote -v origin https://github.com/shagie/HelloJib.git (fetch) origin https://github.com/shagie/HelloJib.git (push) shagie HelloJib % git remote add unfinished ../HelloJib.git shagie HelloJib % git remote -v origin https://github.com/shagie/HelloJib.git (fetch) origin https://github.com/shagie/HelloJib.git (push) unfinished ../HelloJib.git (fetch) unfinished ../HelloJib.git (push) shagie HelloJib % git commit --allow-empty -m "Example commit" [master 24f4301] Example commit shagie HelloJib % git fetch unfinished From ../HelloJib * [new branch] master -> unfinished/master shagie HelloJib % git push unfinished Enumerating objects: 1, done. Counting objects: 100% (1/1), done. Writing objects: 100% (1/1), 186 bytes | 186.00 KiB/s, done. Total 1 (delta 0), reused 0 (delta 0), pack-reused 0 To ../HelloJib.git f481c1a..24f4301 master -> master

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • My opinion on the Tauri framework

    4 projects | dev.to | 16 May 2024
  • Swift sucks at web serving or does it?

    2 projects | news.ycombinator.com | 15 May 2024
  • Firebase Re-Branding by Google

    1 project | news.ycombinator.com | 16 May 2024
  • Show HN: Open-source platform for rapid development of enterprise apps

    1 project | news.ycombinator.com | 15 May 2024
  • Google Blog: Android's theft protection features keep your device and data safe

    1 project | news.ycombinator.com | 15 May 2024