Gitfox



Gitfox - The foxy Git Client for Mac The foxy Git Client for Mac. Commit faster, improve your code quality with superior diffs - and look good doing it. GitHub Desktop allows developers to synchronize branches, clone repositories, and more. Pull requests, merge button, fork queue, issues, pages, wiki: all awesome features that make sharing easier. But those things are only great after you've pushed your code to GitHub. Gifox is a beautifully designed app for macOS that records your screen into animated GIFs – the great alternative between static images and full-size videos. 12 alternative and related products to Gitfox. The foxy Git client for Mac. The fast and light Git client built exclusively for Mac. Developer Tools. Full-featured Cloud IDE for developers and teams. 12 Alternatives to Gitfox. The best git client and code editor for iOS. GitFox Open source software to collaborate on code Manage Git repositories with fine-grained access controls that keep your code secure. Perform code reviews.

  • 0 次评分 858 次查看 81 次下载
  • 分类:开发商业
  • 标签:
  • 时间:2019年09月07日 更新 文件大小: 9.65 MB
  • 开发商:Erik Aigner 官网首页
  • 支持类型: Mac Mac OS X10.13或更高版本
  • 支持语言:英文等

来自Mac App Store官方介绍

NAVIGATE
Merge the power of GUI and Command-Line. Press CTRL+Space to quickly perform actions or open any directory or recent repository. You can even use TAB for path completion just like in Terminal.
CONFLICT RESOLUTION
Resolve merge conflicts easily by choosing the side you want to merge with just one click.
LINE STAGING
Work in smaller steps and make your commits more granular by staging or discarding selected lines only. Only commit what you really want to!
DRAG & DROP
Make complex Git commands as easy as Drag & Drop. Who wants to remember and type out every command? Create branches, tags, push, cherry-pick, merge or rebase with just a simple drop.
IMAGE DIFF
Finding the difference in your images is important if you do Web or Design work. Gitfox shows you changes in your image assets, their size and dimensions, so you can always be sure the correct assets make it into your project.
SEARCH
Gitfox features powerful full-text and prefix search. And with intelligent highlighting your search matches in the log, diff or filename pop right out.
IDENTITIES
Working on multiple projects or even across different organizations? Gitfox lets you manage multiple identities easily and set per-repository defaults. You can even amend author and committer separately!
REFLOG
Git records every reference update in its reflog. Deleted a branch by accident? Want to get back a lost commit? Chances are you can still find them in the Reflog!
MARKDOWN
View your repositories READMEs directly in Gitfox. Have your repository info right at your fingertips, including build status tags and more.
AND MORE
Shortcuts • Cherry-Pick • Squash • Amend • Inline Diff Changes • Project Links ...
---
Please note that the AppStore version does not support external Diff Tools and Command-Line integration.
EULA: https://www.gitfox.app/eula
Privacy Policy: https://www.gitfox.app/privacy

…更多…

v1.2295版本新功能

- New: Conflict Resolution
- Select which side of a conflict you want to resolve to using the new conflict UI
- New status context menu items:
- Status > Context Menu > Resolve Conflict using Ours
- Status > Context Menu > Resolve Conflict using Theirs
- New: Status > Context Menu > Discard All Changes resets all changes to HEAD (hard)
- New menu item Stage > Amend
- The Amend checkbox is now always visible
- Github repositories now automatically create a link for Milestones
- Gits prepared message from .git/MERGE_MSG is now used for revert, cherry-pick and merge
- Aborting a revert or cherry-pick now clears all staged changes and the commit message
- Symbolic remote branches like HEAD are no longer shown in the remote branch outline
- The file status table has been redesigned
- The file icon is now displayed next to the filename
- The selection info text n commits/files selected now changes based on the selected content type
- The selected commit is no longer cleared when beyond the first page of commits
- Fixed an issue that prevented branch creation when Check Out was not selected
- Fixed an issue that would not update the status list if an active search was in progress

…更多…

相关截图 图片数: 4 张(点击图片查看大图)

  • 上一条:ViewGenerator for Xcode
  • 下一条:Doc Generator for Xcode

下载列表 文件数: 1文件大小: 9.65 MB举报

Gitfox for Mac (链接无效或不能下载请点击反馈给我们)
文件名版本下载次数上传时间上传者下载类型操作
0.https://www.gitfox.app官网下载最新--官方Mac点击下载
1.Mac App Store官方下载免费下载v1.2295812019-09-07Erik AignerMac商店下载
苹果软件园为积极推动苹果电脑在国内的发展,倡导资源共享,软件汉化。所有下载链接均来自网友分享试用,请24小时内删除!希望大家有条件的积极支持正版.
如果你的网盘有这个App的资源,欢迎共享下载地址哦,只需要几秒钟哦有网盘资源的点击感谢分享下载地址

如果您觉得从我们的分享中得到了帮助,并且希望我们持续发展下去,求打赏(ღ♡‿♡ღ)~谢谢您的鼓励。
垃圾评论太多,防不胜防,So关闭评论,各位亲有问题直接加我QQ(977307209)反馈吧

This is a curated list of Kotlin Multiplatform Mobile (KMM) samples.

Gitfox

Do you have a great idea for a sample, or one you would like to add to the list?
Feel free to reach out to us and tell us about it!

KMM sample

This sample project from the Kotlin team demonstrates the Kotlin Multiplatform Mobile (KMM) basic concepts. Learn how to configure Gradle to build a simple KMM project with Android and iOS targets, how to share code in a common source set, and how to use expect and actual declarations in cases where code cannot be shared: https://github.com/Kotlin/mpp-example

KMM sample for an Android application

This sample project from the Kotlin team demonstrates how to make your existing Android application work on iOS. It builds on a simple Android application with a single screen for entering a username and password.

Complete this step-by-step tutorial or check out the finished project on GitHub: https://github.com/Kotlin/kmm-integration-sample/tree/final.

CocoaPods integration samples

These samples from the Kotlin team demonstrate how to use CocoaPods in KMM projects.

  • Learn how to add CocoaPods dependencies to a Kotlin project: https://github.com/Kotlin/kotlin-with-cocoapods-sample

  • Learn how to connect a Kotlin framework to an Xcode project using CocoaPods: https://github.com/Kotlin/multitarget-xcode-with-kotlin-cocoapods-sample

KaMP Kit

Git For Mac

This application demonstrating KMM concepts uses some popular KMM libraries and has a simple set of features you can use as a reference.
This is a good place to start if you’ve learned everything you can from basic KMM examples and want to dig a bit deeper: https://github.com/touchlab/KaMPKit

Moko template

Gifox Windows

This “not-so-simple“ template covers Multiplatform Gradle DSL configuration, modular architecture, and the use of moko libraries. Also, Views are native in this sample, but ViewModels are multiplatform.
If you're interested in sharing not only the business logic layer, but also a presentation layer, this project could give you some inspiration: https://github.com/icerockdev/moko-template

Gifox Free Vs Paid

PeopleInSpace

This minimalistic but powerful sample demonstrates how KMM can be integrated with modern UI frameworks, such as Swift UI and Jetpack Compose. It also accompanies a series of interesting blog posts and even has a nice bonus – watchOS target usage: https://github.com/joreilly/PeopleInSpace

Gitfox Review

GitFox SDK

Gifox

This library for creating client applications for GitLab servers is a nice example of an open-source production-ready Multiplatform SDK. By looking through its code, you can learn how to work with networks and authorization, how to integrate your Multiplatform SDK with iOS and Flutter apps, and how to bypass some of the most common pitfalls users encounter while working with KMM: https://gitlab.com/terrakok/gitlab-client/
Fun fact: this project was created by one of our team members, who was a mobile developer before coming to the KMM team!