Browse Source

wp submodule

windhamdavid 4 years ago
parent
commit
a9de7ac341
2 changed files with 40 additions and 4 deletions
  1. 3 2
      .gitmodules
  2. 37 2
      README.md

+ 3 - 2
.gitmodules

@@ -1,4 +1,5 @@
 [submodule "wp"]
 	path = wp
-	url = git://github.com/WordPress/WordPress.git
-	ignore = dirty
+	url = https://github.com/WordPress/WordPress.git
+	branch = 5.3
+	

+ 37 - 2
README.md

@@ -27,7 +27,42 @@ with an enviroment that's easy to replicate between machines.
 [Wordpress](https://github.com/WordPress/WordPress), [Node.js](https://github.com/joyent/node), [NPM](https://github.com/npm/npm), [Grunt](https://github.com/gruntjs/grunt), [Composer](https://github.com/composer/composer), [Travis CI](https://github.com/travis-ci)   
 
 
-######ToDo:
+#####ToDo:
 setup tests  
 add rsync  
-*have fun*  
+*have fun*  
+
+
+#####Notes:
+2020: Clean up old submodules. 
+
+	# Remove the submodule entry from .git/config
+	git submodule deinit -f path/to/submodule
+
+	# Remove the submodule directory from the superproject's .git/modules directory
+	rm -rf .git/modules/path/to/submodule
+
+	# Remove the entry in .gitmodules and remove the submodule directory located at path/to/submodule
+	git rm -f path/to/submodule
+	
+	[submodule "app/themes/_s"]
+		path = app/themes/_s
+		url = https://github.com/Automattic/_s.git
+	[submodule "app/plugins/vip-scanner"]
+		path = app/plugins/vip-scanner
+		url = https://github.com/Automattic/vip-scanner.git
+	[submodule "app/plugins/developer"]
+		path = app/plugins/developer
+		url = https://github.com/Automattic/developer.git
+	[submodule "app/plugins/wp-redis-cache"]
+		path = app/plugins/wp-redis-cache
+		url = https://github.com/windhamdavid/wp-redis-cache.git
+	[submodule "app/plugins/wp-debug-bar"]
+		path = app/plugins/wp-debug-bar
+		url = https://github.com/brandwaffle/wp-debug-bar.git
+	[submodule "app/plugins/debug-bar-slow-actions"]
+		path = app/plugins/debug-bar-slow-actions
+		url = https://github.com/kovshenin/debug-bar-slow-actions.git
+	[submodule "app/plugins/WP-API"]
+		path = app/plugins/WP-API
+		url = https://github.com/WP-API/WP-API.git