Skip to content

Scripts to setup a Drupal Git repo and integrate it into our tools

License

Notifications You must be signed in to change notification settings

fourkitchens/git-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-setup

Scripts to setup a Drupal Git repo and integrate it into our tools

Usage:

  1. This may be getting a lot of updates, so first ensure that you have the latest version. git pull
  2. Navigate to your Drupal site's git root. e.g. cd ~/Sites/my-project
  3. Run the script /path/to/the/script/git-setup
  4. 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."
  5. Create something great! 💃

About

Scripts to setup a Drupal Git repo and integrate it into our tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published