Re: [orca-list] Keeping your orca git tree up to date.



Luke Yelavich <themuso ubuntu com> wrote:
 
If you really want to make sure your git working tree is up to date after a
pull, run git reset --hard origin.

This should work: it deletes any local changes in your working tree, as well
as any local commits and changes recorded in the Git index, and restores the
state of your repository to that of the remote repository from which you
cloned it.

When I started using Git to keep track of my own work, as well as
configuration files on my system, I found the following tutorial helpful.
http://www-cs-students.stanford.edu/~blynn/gitmagic/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]