Posted by kanzer on January 24, 2013 at 4:50pm
Hello good morning
I have my Drupal website on a shared server which gives me access ssh
My site has different modules Drupal 7 installed, I want to share the code and everything with colleagues
How I can upload the project to git?
for example my site hosted on hostmonster to https://bitbucket.org/
so that my colleagues can see the changes of the themes and modules
thanks
Comments
There are lots of ways to do
There are lots of ways to do this.
First, you need to set up (or get access to) a git server. See http://git-scm.com. (Note that git.drupal.org is intended for projects like modules and themes that are intended to be useful to the general public. It's not for private storage, especially of very large archives.)
Then, set up a git client on your server where the files are installed. See http://git-scm.com again.
Then, set up your files with git.
Then, after you update your files, you add the changed files to a commit, commit the changes, then push the commit. The way you do this depends on which git client you use. Read the documentation for that client.
--
www.ztwistbooks.com. Math books that are actually fun.
_
Actually, drupal.org git is not for users collaborating on a website-- it's for hosting drupal modules for the public.
You'd be better off collaborating via something like github.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.