Skip to content

phofman/codetitans-libs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
GiT clone of the CodeTitans Library project

Available at:
    http://codetitans.codeplex.com

Aim:
    Simplify management for GiT source code references.
 As the original project is hosted using SVN, this one
 will allow adding into existing GiT repositories
 a regular submodule.
    The development is still done at original location. 

Repository created by:
    1) git svn init https://codetitans.svn.codeplex.com/svn/trunk -R codetitans --prefix=codetitans/
    2) git svn fetch codetitans -r 22968
    3) and merged:
        'remotes/codetitans/git-svn' into 'master'

Usage:
    git submodule add git@github.com:phofman/codetitans-libs.git externals/CodeTitans

and later:
    git submodule update

and even later, to pull latest changes into the submodule's folder:
    git submodule foreach git pull origin master

===================================================================
                                                    CodeTitans 2013

About

GiT version of the CodeTitans Libraries project (http://codetitans.codeplex.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published