GithubHelp home page GithubHelp logo

twenga / twgit Goto Github PK

View Code? Open in Web Editor NEW
111.0 111.0 34.0 3.05 MB

Twgit is a free and open source assisting tools for managing features, hotfixes and releases on Git repositories. It provides simple, high-level commands to adopt the branching model describes in our documentation. Supported OS: Debian/Ubuntu Linux, Mac OS X 10.8 (Mountain Lion) or lower.

Home Page: http://twgit.twenga.com/

License: Other

PHP 55.17% Shell 44.49% Makefile 0.34%

twgit's People

Contributors

bertrandgouny avatar geoffroy-aubry avatar gpxhipay avatar jcorre-hipay avatar kmarques avatar ltoussaint avatar monsieurchico avatar sebastien-hanicotte avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

twgit's Issues

Add twgit feature status [<featurename>]

that display:
– the full name of the feature if connector Redmine or Github setted
– same indications as thoses displayed at the end of "twgit feature start":
Already on 'feature-4568'
(i) Local branch 'feature-4568' up-to-date with remote 'origin/feature-4568'.
/!\ Tags not merged into this branch: at least '1.1.2' to 'v1.3.0'. If need be: git merge --no-ff v1.3.0

Make scripts more secure if a bad branch is created with the same name of a tag.

$ git checkout v1.1.0
warning: refname 'v1.1.0' is ambiguous.
Switched to branch 'v1.1.0'

$ twgit feature start 34701
Check valid ref name...
Check clean working tree...
git# git fetch --prune origin
Check local branches...
Check remote features...
Get last tag...
Last tag: v1.1.1
git# git checkout -b feature-34701 v1.1.1
warning: refname 'v1.1.1' is ambiguous.
warning: refname 'v1.1.1' is ambiguous.
fatal: Ambiguous object name: 'v1.1.1'.
/!\ Could not check out tag 'v1.1.1'!

Fill README.MD

Missing description, requirements, installation and a pointer to the documentation.

Display features included in a tag

Shows features merged into the release when the tag was created.
twgit list [<tagname>] [-F]
List 5 last tags with included features. Add -F to do not make fetch.
If is specified, then focus on this tag.

Add twgit init

Add twgit init command to initialize empty repositories (as git init):

  • create stable branch
  • create first tag
  • ...

email when too old features

Add command callable by a cron to send mail to main committers of old features (number of tags no merged into).

Enhance update procedure

– Display news of CHANGELOG
– Inform of Bash autocompletion update
– Describe concrete evolution of config file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.