https://github.com/fourkitchens/git-setup
Scripts to setup a Drupal Git repo and integrate it into our tools
https://github.com/fourkitchens/git-setup
Last synced: 2 days ago
JSON representation
Scripts to setup a Drupal Git repo and integrate it into our tools
- Host: GitHub
- URL: https://github.com/fourkitchens/git-setup
- Owner: fourkitchens
- License: gpl-3.0
- Created: 2017-05-12T13:49:17.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T19:42:52.000Z (about 3 years ago)
- Last Synced: 2025-11-18T00:02:43.588Z (7 months ago)
- Language: Shell
- Size: 908 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-setup
Scripts to setup a Drupal Git repo and integrate it into our tools
# Usage:
0. This may be getting a lot of updates, so first ensure that you have the latest version. `git pull`
1. Navigate to your Drupal site's git root. e.g. `cd ~/Sites/my-project`
2. Run the script `/path/to/the/script/git-setup`
3. Most of the setup was done outside of the git repo (`[project-root]/.git`), but some is within the git repo. If you are the first person on the team to run the script then you should commit the changes: `git add . && git commit -m "Initial git repo configuration."`
4. Create something great! 💃