demian85 / git-watcher

Git GUI desktop app that shows real-time diff file information for working directory and index
MIT License
170 stars 24 forks source link

Git Pull #2

Closed bararchy closed 10 years ago

bararchy commented 10 years ago

Hi,

First all this is a great app ! running on Arch and loving it (I wish someone will create an AUR package for it).

I wonder what about adding the Pull function to the GUI ? for now I only see Push and commit.

demian85 commented 10 years ago

Yeap, working on it. I just have another priorities. I need other features for my daily work. Stage lines and amend commit for example.

demian85 commented 10 years ago

Just pushed a basic implementation for external tools, just as git gui. You can add' git pull' command as a tool for now. I will then add that option by default somewhere.

bararchy commented 10 years ago

Is it repacked to the v0.4.4 packages (I'm using ARCH) or should I build for the git clone ?

demian85 commented 10 years ago

Mmm no. I should build v0.4.5 later today with a few improvements. I'm working on too many features but I actually need more time to test them! If you already have NodeJS and node-webkit you can build it on your own, you have 2 scripts for that: build.sh and build-new.sh, the latter for newer Linux dists.

bararchy commented 10 years ago

I tried to build manually and got this error:

screenshot at 10-43-33

demian85 commented 10 years ago

Are you sure you followed the instructions? https://github.com/demian85/git-watcher#create-your-own-build Did you compile node dependencies using the latest stable node-webkit build (0.8.6)?

I'm working on file statistics feature, fixes and improvements. I should build and upload v0.4.7 later today.

demian85 commented 10 years ago

Just uploaded build v0.4.8.