Yeah, git-gui and gitk do hang every now and then (at least on Windows). There's no perfect gui (yet) but I'm currently settling for a mix of git-gui (with several custom "tools"), gitk and TortoiseGit. Especially TortoiseGit's rebase is great.
The Windows support for Git is very much an afterthought so you are better off sticking to the command line tools. I doubt the situation will improve much until we get a version written with Windows support in mind (maybe GitSharp when it matures?)
Even with the problems of using Git on Windows it is still my favorite SCM tool :)
Yea, wish sucks in windows. This is probably the biggest issue w/ git in windows. That said, it's fairly infrequent and you can safely end task and relaunch... annoying but it's not keeping you from doing your work (like waiting for a remote diff)
Comment preview
Comments have been closed on this topic.
Markdown formatting
ESC to close
Markdown turns plain text formatting into fancy HTML formatting.
Phrase Emphasis
*italic* **bold**
_italic_ __bold__
Links
Inline:
An [example](http://url.com/ "Title")
Reference-style labels (titles are optional):
An [example][id]. Then, anywhere
else in the doc, define the link:
[id]: http://example.com/ "Title"
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Abbreviations
MDD <- will have title
*[MDD]: MarkdownDeep
FUTURE POSTS
RavenDB 7.1: Next-Gen Pagers - 5 days from now
RavenDB 7.1: Write modes - 7 days from now
RavenDB 7.1: Reclaiming disk space - 9 days from now
RavenDB 7.1: Shared Journals - 12 days from now
There are posts all the way to Feb 17, 2025
RECENT SERIES
Challenge
(77): 03 Feb 2025 - Giving file system developer ulcer
Answer
(13): 22 Jan 2025 - What does this code do?
Comments
Are you using Windows 7?
Heh who said new version control system must be better than the old one? You have exchanged known annoyances for a bunch of new ones
Yeah, git-gui and gitk do hang every now and then (at least on Windows). There's no perfect gui (yet) but I'm currently settling for a mix of git-gui (with several custom "tools"), gitk and TortoiseGit. Especially TortoiseGit's rebase is great.
The Windows support for Git is very much an afterthought so you are better off sticking to the command line tools. I doubt the situation will improve much until we get a version written with Windows support in mind (maybe GitSharp when it matures?)
Even with the problems of using Git on Windows it is still my favorite SCM tool :)
Don't use a gui, none is good enough, I found command line to be very easy to work with git.
I do a lot of git from the command line too, since so many actions are just one command - it is well worth the effort to learn them.
Yea, wish sucks in windows. This is probably the biggest issue w/ git in windows. That said, it's fairly infrequent and you can safely end task and relaunch... annoying but it's not keeping you from doing your work (like waiting for a remote diff)
Comment preview