Project

pairjour

0.0
No commit activity in last 3 years
No release in over 3 years
pair programming using bonjour and git, originalted as a fork of gitjour
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.3
 Project Readme

Pairjour

Use the power of gitjour and git for easy pair programming, This originated as a fork of gitjour

3 simple commands

  • pairjour start [project_name]
  • pairjour switch
  • pairjour finish

Recommended workfow

Concept

pairjour start [project_name]
  ENV[project_name] = project_name
  clear ENV[remote_project_name]

  `pairjour serve . project_name`
  git checkout -b 'pairing'

pairjour switch
  unless ENV[remote_project_name]
    ENV['remote_project_name'] = taylorluk-project_name
  end

  git commit -am 'pair session commit Timestamp'
  gitjour pull [remote_project_name]