Skip to content

issueapp/pairjour

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

pairjour - Bonjour pair programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%