On Jul 30, 5:36 pm, DAZ <daz4...@gmail.com> wrote:

> I have only used git for basic stuff, so I hope this makes sense....
>
> Say I create a very small CSS framework and put it in a git
> repository.
>
> If I want to use the framework in a new website, then I think the best
> way is to clone the git repository, so there is a copy of the
> framework in the website's directory.
>
> What happens if I update the CSS framework and want the website to
> have the most recent version - is there a git command that I could run
> that would update all the files in the cloned repository?
>
> I'm not sure I'd want to do this, but what if I improved the cloned
> version and wanted these changes in the original?

You do `git pull` in the cloned repository. See the git-pull man page.

> Sorry if these are really basic questions!
Yes, the question is basic; reading a book on Git is advised. Or at
least a lengthy tutorial.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to