[go: nahoru, domu]

Skip to content
/ git-stoq Public

Tool to facilitate the development process of stoq

Notifications You must be signed in to change notification settings

stoq/git-stoq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple script that allows you to checkout stoq and it's dependencies

Installation

  $ wget https://raw.github.com/stoq/git-stoq/master/git-stoq -O ~/bin
  $ chmod +x ~/bin/git-stoq

Development setup:

  $ git-stoq --setup

Creating a new branch:

  $ git-stoq --init master

Entering development mode for the default branch:

  $ git-stoq

Or if you choose to use repo, setup the development and, instead of
initiating a new branch, just run:

  $ git-stoq --repo


If you want to display the current tree of Stoq, include $STOQ_BRANCH
in your PS1, for example:

  export PS1='[$(echo $STOQ_BRANCH)]\u@$ENVNAME$(__git_ps1 "(%s)"):\w\$ '

About

Tool to facilitate the development process of stoq

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages