TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Poll: how do you use Git?

8 点作者 ziodave将近 10 年前
What 'interface' do you use to perform most common Git tasks, such as clone, commit, push, ...

12 条评论

floSchr将近 10 年前
Commandline with the occasional usage of [tig](<a href="https:&#x2F;&#x2F;github.com&#x2F;jonas&#x2F;tig" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jonas&#x2F;tig</a>)<p>Once every few weeks I&#x27;ll use [Tower](<a href="http:&#x2F;&#x2F;www.git-tower.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.git-tower.com&#x2F;</a>) for quickly looking up old commits
评论 #9914912 未加载
aaronbrethorst将近 10 年前
Command line+SourceTree, depending on what task I&#x27;m trying to accomplish. Staging, diffs, and commit messages are much more easily done in SourceTree, and most other operations from the command line.
contingencies将近 10 年前
Command line unless cherry picking or some other godawfully complex rare mental backflip is required, in which case SourceTree (for which I was a paid customer before it was bought by Atlassian, and responsible for the feature request leading to some of the generic hook functionality which I feel makes it very powerful for certain complex use cases)
philtar将近 10 年前
I use hg-git. Because &quot;hg addremove *; hg commit; hg push;&quot; is so much simpler than the one letter alternatives in git.
gadiyar将近 10 年前
Command line most of the time, with occasional use of the Git Extensions GUI client for diffs, and for committing specific hunks at a time (<a href="https:&#x2F;&#x2F;github.com&#x2F;gitextensions&#x2F;gitextensions" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gitextensions&#x2F;gitextensions</a>)
overlord_tm将近 10 年前
Command line, the only way to know what you are doing
ziodave将近 10 年前
I generally use the command line, with mostly two exceptions: diffs and log histories in the IDE.
monksy将近 10 年前
GitFlow through Intelij. Most if not: Source Tree
palmer_eldritch将近 10 年前
Fugitive + command line.
amarif1将近 10 年前
Gerrit with Eclipse IDE
codepeach将近 10 年前
mostly sourcetree, occasionally command line :)
borcunozkablan将近 10 年前
command line