Home
last modified time | relevance | path

Searched refs:git (Results 101 – 125 of 160) sorted by last modified time

1234567

/plugin/sequencediagram/bower_components/snap.svg/
H A DREADME.md55 git checkout -b my_branch
60 git commit -am "Added some awesome stuff"
64 git push origin my_branch
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DMakefile29 -git checkout -- dist
H A DREADME.md170 * ``git add -f src/main.js bower.json dist/*``
171 * ``git commit -m "Released version 2.x.x"``
172 * ``git push origin master``
173 * ``git tag -a v2.x.x -m v2.x.x``
174 * ``git push origin v2.x.x``
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml32 git:
91 …- git clone --depth=10 --branch=master git://github.com/lodash/lodash-cli ./node_modules/lodash-cli
H A Dyarn.lock1594 hosted-git-info@^2.1.4:
1596 …resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.1.5.tgz#0ba81d90da2e25a…
2273 hosted-git-info "^2.1.4"
/plugin/webcomponent/
H A Drequirements.txt2 https://github.com/gerardnico/dokuwiki-template-bootie.git lib/tpl/bootie
/plugin/data-au/
H A Drequirements.txt2 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
3 https://github.com/splitbrain/dokuwiki-plugin-translation.git lib/plugins/translation
/plugin/swarmwebhook/
H A Drequirements.txt2 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
3 https://github.com/cosmocode/dokuwiki-plugin-struct.git lib/plugins/struct
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md72 sense](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html),
73 and [rebase your branch](http://git-scm.com/book/en/Git-Branching-Rebasing)
H A D.travis.yml5 git:
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md40 $git = new Git('/usr/local/src/money');
42 $diff = $git->getDiff(
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md42 …) a Git repository and `$release` is in `X.Y.Z` format then the output of `git describe --tags` is…
43 …n a string is returned that begins with `X.Y` and ends with information from `git describe --tags`.
/plugin/findologicxmlexport/vendor/sebastian/version/src/
H A DVersion.php55 $git = $this->getGitInformation($this->path);
57 if ($git) {
59 $this->version = $git;
61 $git = explode('-', $git);
63 $this->version = $this->release . '-' . end($git);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst31 git clone git://github.com/twigphp/Twig.git
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DCONTRIBUTING.md14 $ git clone git://github.com/doctrine/instantiator.git
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/fixtures/
H A Dpatch.txt1 diff --git a/Foo.php b/Foo.php
H A Dpatch2.txt1 diff --git a/Foo.php b/Foo.php
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Drequirements.txt2 git+https://github.com/fabpot/sphinx-php.git
/plugin/findologicxmlexport/vendor/jms/metadata/
H A D.travis.yml5 git:
/plugin/404manager/
H A Drequirements.txt3 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
/plugin/inlineedit/
H A Drequirements.txt1 https://github.com/lisps/ajaxedit.git lib/plugins/ajaxedit
/plugin/isauth/
H A DCHANGELOG9 initial commit (new git repo)
/plugin/datepicker/
H A Drequirements.txt1 https://github.com/lisps/ajaxedit.git lib/plugins/ajaxedit
/plugin/rowmove/
H A Drequirements.txt1 https://github.com/lisps/ajaxedit.git lib/plugins/ajaxedit
/plugin/redissue/
H A DREADME.md20 git clone https://github.com/kbsali/php-redmine-api.git
22 # Go to last version. Use "git describe --abbrev=0" to see last tag.
23 git checkout v1.5.x

1234567