Re: [gthumb-list] gthumb development



Paolo Benvenuto wrote:
But the changes I do to my thumb repository, what is of them when I "git pull"?

If you "git pull", git will try to merge the changes from the main repo into your repo. If it can't figure out how to do that, it will warn you.

Another tip: if you want to remove your local changes, use "git stash", and then "git stash drop".

There is some git documentation here:
http://live.gnome.org/Git/Developers

- Mike



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