Fork me on GitHub
#off-topic
<
2017-02-06
>
roelof20:02:27

Someone who can recommend a git client which can work with Wndows 10

dominicm20:02:15

git cli works very well. I think you should learn it.

roelof20:02:05

so only download and use git cli for windows

roelof20:02:15

I know a little bit git

roelof20:02:26

I can push, pull and make pull request

eslachance20:02:48

If you want something with an interface, I would personally suggest taking a look at GitKraken

eslachance20:02:54

It's stable, nice looking, and supports everything you need to do every day

sveri20:02:13

My go to tool is tortoise git

sveri20:02:21

when someone wants a GUI

eslachance20:02:53

That could work too. Thought to be honest, looking at GitKraken's commit history is... ❤️

qqq21:02:10

WOOT, just got electron/clojurescript to work

fellshard21:02:48

Git Extensions has been the soundest I've seen; accurate view of trees and diffs (unlike SourceTree), and provides excellent access to many operations of GIt other such tools often hide.

fellshard21:02:38

What it lacks in beauty, it makes up for in power and ease of decision making.

sveri21:02:48

I feel similar about TortoiseGit. It has pretty good filter capabilities on the log

roelof21:02:44

Thanks, I will test all the tips and look what works the best for me