Changeset 1134572
- Timestamp:
- 04/14/2015 03:20:02 PM (11 years ago)
- File:
-
- 1 edited
-
allthecontent/trunk/README.md (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
allthecontent/trunk/README.md
r1134571 r1134572 3 3 This plugin is the first version of our importer for Wordpress. 4 4 5 # more information readme.txt 6 7 ## TODO 8 ### Tester l'envoit d'email en cas d'erreur 5 Find more inforamtions in the file " readme.txt " 9 6 10 7 ## Git SVN … … 16 13 https://gist.github.com/vbuzzano/2c13602fe116212ed179 17 14 18 ## Git submodules 15 ## Setup workspace 16 ### Clone svn repository with Git 19 17 20 ### How to update submodule ATCML Toolkit 21 git submodule foreach git pull origin master 18 > git svn clone --no-minimize-url -s -r1130824 http://plugins.svn.wordpress.org/allthecontent/ 22 19 23 ### more help for git submodule 24 https://chrisjean.com/2009/04/20/git-submodules-adding-using-removing-and-updating/ 20 > cd allthecontent/ 21 22 > git svn fetch 23 24 > git svn rebase 25 26 ### Add Git Repository 27 28 Append this line to .git/config 29 30 [remote "origin"] 31 url = https://bitbucket.org/atcfm-dev/allthecontent-wp-plugin.git 32 fetch = +refs/heads/*:refs/remotes/origin/* 33 [branch "master"] 34 remote = origin 35 merge = refs/heads/master 36 37 ### Pull source 38 39 > git pull origin master 40 41 And then fix merge issues 42 43 ### Push change to SVN 44 45 > git svn dcommit
Note: See TracChangeset
for help on using the changeset viewer.