Skip to content

Releases: perryqh/git-safe-ruby

Add, remove, and log

26 Jan 19:08
7137915

Choose a tag to compare

Merge pull request #2 from perryqh/add-remove

Add, remove and log

introducing reset_to_remote to fix push -force

10 Nov 21:42

Choose a tag to compare

v0.2.0

Merge branch 'circleci-project-setup'

Basic Funcionality

30 Oct 21:09

Choose a tag to compare

The first release meets its main two objectives:

  1. Handle private-keys without changing configs so that multiple threads can use multiple ssh private keys at the same time
  2. Do NOT change directories. Another git gem seems to do this, which leads to all kinds of havoc in a multi-threaded environment

The basic functionality is in place, but I really need to add some good documentation!