Indefero

Indefero Commit Details


Date:2009-01-23 09:28:55 (15 years 10 months ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:9d667643e78c8932c89ea56f93021e6dc5ee8734
Parents: f4133a1a1d4d816df4fcbd01890ec2cc02274dc4
Message:Changed to use the "origin" convention for the git repository.

Changes:

File differences

src/IDF/templates/idf/source/git/help.html
2020
2121
2222
23
24
23
24
2525
2626
2727
git init
git add .
git commit -m "initial import"
git remote add repo {$project.getRemoteAccessUrl()}
git push repo master
git remote add origin {$project.getRemoteAccessUrl()}
git push origin master
</pre>
{/if}

Archive Download the corresponding diff file

Page rendered in 0.07651s using 13 queries.