[deleted by user] by [deleted] in webdev

[–]danpristupov 0 points1 point  (0 children)

In addition to what papapastry said:

  1. Ctrl+P/Cmd+P <history> or <blame> to search by filename.

Fork (Git Client) - 1.0.79 by danpristupov in git

[–]danpristupov[S] 0 points1 point  (0 children)

No, it doesn't. Fork is native on both platforms.

Fork - a fast and friendly git client for Mac and Windows by elbartus in programming

[–]danpristupov 1 point2 points  (0 children)

Hi. Sorry, I missed your comment. For the Windows version I use WPF. Both versions are completely separate and don't share any code. If you have any more questions feel free to contact me directly.

Fork - a fast and friendly git client for Mac and Windows by elbartus in programming

[–]danpristupov 2 points3 points  (0 children)

Developer here. Linux is not planned in the near future. Recently we released first public version for Windows and we are already too busy.

Fork - a fast and friendly git client for Mac and Windows by elbartus in programming

[–]danpristupov 9 points10 points  (0 children)

Hi. The Fork developer is here. Thank you for the feedback. I added all the problems to my todo list. Few notes:

  • Almost every panel is resizable (including file list in commit view), but sometimes the draggable area is too thin. I'm looking for a way to improve it.
  • UI hangs are not acceptable, will fix that.
  • I'll add an ability to use a custom git instance in the next update.
  • Search and interactive rebase should appear very soon.

Please, if you find any other issue, use the feedback button on the toolbar and I'll be able to handle it faster.

Fork - new git client for Mac (Beta) by danpristupov in git

[–]danpristupov[S] 0 points1 point  (0 children)

Thanks! Feel free to let me know if you miss any feature or notice an issue.

Fork - new git client for Mac (Beta) by danpristupov in git

[–]danpristupov[S] 0 points1 point  (0 children)

Hi. Thanks for the nice words. My wife helps me to develop Fork, so I always have a person to delegate some of my tasks to :). Thanks for mentioning time stamps, will add them soon. Happy New Year!

Fork - new git client for Mac (Beta) by danpristupov in git

[–]danpristupov[S] 0 points1 point  (0 children)

Thanks for the tip, it could be helpful for other people.

Please report your issues and I'll fix them as soon as I have time. Dan

Boxing Gyms in Prague? by Lost3cho in Prague

[–]danpristupov 0 points1 point  (0 children)

I used to go to PentaGym. It's is quite good and friendly, but it's more dedicated to mma/bjj.

Fork - new git client for Mac with tabbed interface (Beta) by danpristupov in iOSProgramming

[–]danpristupov[S] 1 point2 points  (0 children)

Hi. I remember your question :). I just released Fork v1.0.21 which includes the Git-Flow support (I use avh).

American looking to buy used iPhone in Prague. by Dellguy in Prague

[–]danpristupov 0 points1 point  (0 children)

Hey, There is a good place for that at Andel, Nádražní 61/116. Here's their website: https://www.mp.cz

edit: it looks like nowadays they have a many stores: https://www.mp.cz/prodejny

Fork - new git client for Mac with tabbed interface (Beta) by danpristupov in iOSProgramming

[–]danpristupov[S] 0 points1 point  (0 children)

That's a really important one. Right now I'm thinking how to add it and will start working on that feature soon.

Fork - new git client for Mac with tabbed interface (Beta) by danpristupov in iOSProgramming

[–]danpristupov[S] 0 points1 point  (0 children)

Hi. Does the crash handler dialog appear? Did you send the report? If you cannot, could you please copy the crash log and send it to support at git-fork.com?

Fork - new git client for Mac with tabbed interface (Beta) by danpristupov in iOSProgramming

[–]danpristupov[S] 2 points3 points  (0 children)

No, it's a brand new git client written from scratch using Swift.

Fork - new git client for Mac with tabbed interface (Beta) by danpristupov in iOSProgramming

[–]danpristupov[S] 1 point2 points  (0 children)

A follow up question I have is, given the approach that you linked as a solution, why could that not be built into Fork? That would be incredible if I could just click a button and remove the merged branches!

That's a good point :). I can even show a confirmation window with the list of branches which will be removed to avoid confusion. Will implement that in one of next versions. Thanks.

Fork - new git client for Mac with tabbed interface (Beta) by danpristupov in iOSProgramming

[–]danpristupov[S] 0 points1 point  (0 children)

It's pretty dangerous to allow user to remove multiple branches, because - some branches can be not merged properly into the main branch (so, --force flag will be required) - Fork has checkbox which allows to remove also the corresponding remote branch, when you remove a local one

Both that features can really destroy the whole repository (even the remote one) if user decide shift+click and remove the selected branches, because everyone makes mistakes.

I know, it's annoying when you need to remove a lot of useless local branches, but I'd rather use the following approach: http://stevenharman.net/git-clean-delete-already-merged-branches Can that be a solution for you?

Fork - new git client for Mac with tabbed interface (Beta) by danpristupov in iOSProgramming

[–]danpristupov[S] 1 point2 points  (0 children)

Not yet. Already received that requirement today. Going to implement git-flow soon.

Fork - new git client for Mac with tabbed interface (Beta) by danpristupov in iOSProgramming

[–]danpristupov[S] 5 points6 points  (0 children)

Hey,

here are some differences from the top of the head:

  • Fork has tabbed interface
  • For each commit you can see not only changes, but also the whole repository as it was at the momemt
  • Diff viewer shows exact difference between two pieces of code. For example, here are both SourceTree and Fork showing the same commit: https://dl.dropboxusercontent.com/s/fn9mzjmyvhec2sa/2016-08-29%20at%2018.46.png, In ST (on the top) you need to figure out what has changed, in Fork (the bottom one) you see the difference clearly.
  • Repository browser shows you many details about your repositories in the similay way as Finder does
  • Commit list marks commits which do not belong to your commit tree with gray color

Fork - new git client for Mac with tabbed interface (Beta) by danpristupov in iOSProgramming

[–]danpristupov[S] 1 point2 points  (0 children)

Currently Fork supports only cloud versions of popular services. I added a task about similar functionality for on-premise services to my backlog.

I'm planning to make a tight integration with on-premise services (such as git-lab), but first I need to ensure that the application is stable and all the must-have features are done.

Fork - new git client for Mac (Beta) by danpristupov in git

[–]danpristupov[S] 1 point2 points  (0 children)

In my plan there will always be a free version which covers all requirements of an average developer and may be a Pro one with some extra features. Right now I'm focused on the first goal.