Quantcast
Channel: Rockstar Programmer - Latest Comments
Browsing latest articles
Browse All 41 View Live

Re: RockStarProgrammer - The Differences Between Mercurial and Git

I think the idea was that it was something on which revision control systems could be built, and wasn't so much one on its own.

View Article



Re: RockStarProgrammer - The Differences Between Mercurial and Git

lol

View Article

Re: RockStarProgrammer - Words of Wisdom

Thanks to the Compilation and FFVII being a product of its time, the remake may not work like some fans would hope. Justin's Words of Wisdom: Would a Final ...

View Article

Re: RockStarProgrammer - The Differences Between Mercurial and Git

For a while, mercurial seems to be able to communicate with remote git repositories [1], but git cannot communicate with remote mercurial repositories. I used mercurial, now I use git and its painful...

View Article

Re: RockStarProgrammer - The Differences Between Mercurial and Git

The hash of a Git commit also depends on the hash of its parents, since the parent hashes are included in the git commit information.

View Article


Re: RockStarProgrammer - The Differences Between Mercurial and Git

Robwald is right; it's a bit misleading to say that you "change history" in git. I've posted a more detailed explanation here.

View Article

Re: RockStarProgrammer - Git Tag Does the Wrong Thing by Default

A branch moves whereas a tag does not. That is some difference!

View Article

Re: RockStarProgrammer - The Differences Between Mercurial and Git

If you're considering mercurial, this tutorial by Joel Spolsky was amazing.  http://hginit.com/

View Article


Re: RockStarProgrammer - Using Git Bundle When Your Central Repo Fails

AMAMAZZZINGGGGG!

View Article


Re: RockStarProgrammer - The Differences Between Mercurial and Git

I'm late to the party, but there is a broken link in your article.  "Mob Branch" links to "http://repo.or.cz/mob.html", when it should go to "http://repo.or.cz/h/mob.html."

View Article

Re: RockStarProgrammer - Git Tag Does the Wrong Thing by Default

The code text does not scroll in Chrome on Xubuntu 13.10. For example, I see " git tag -am 'Rolled the annotated version.' 1" which makes the subsequent output look weird.

View Article

Re: RockStarProgrammer - Empty Catch Blocks are Always Wrong

No, justo no.

View Article

Re: RockStarProgrammer - The Differences Between Mercurial and Git

Are you familiar with hash collisions? No matter how unlikely, they EXIST, and apparently git does handle collisions gracefully.

View Article


Re: RockStarProgrammer - The Differences Between Mercurial and Git

Well, this is just not the difference between git and mercurial, since it's almost exactly the same way there. If you read carefully, you find mentions of this in the post.

View Article

Re: RockStarProgrammer - The Differences Between Mercurial and Git

Oh yeah? Prove it. Make two files with the same SHA-1 checksum and check them both into git, and see if you can retrieve their different contents.

View Article


Re: RockStarProgrammer - The Differences Between Mercurial and Git

I have always preferred Mercurial. Git was difficult to set up which led me to not even continue working with it. I believe in simplicity to save time, as the two tools are similar enough for me.

View Article

Re: RockStarProgrammer - The Differences Between Mercurial and Git

I've been using git for a year and I use bitbucket.org too. So, it's got noting to do with what you use. In fact, I used bitbucket.org because I wanted my projects to be private. Bitbucket allows...

View Article


Re: RockStarProgrammer - The Differences Between Mercurial and Git

http://git-scm.com/book was enough for me to learn git. Learn it once and you will never regret it. Git is so much powerful and fun than mercurial. I'm using mercurial at the moment, but I would love...

View Article

Re: RockStarProgrammer - The Differences Between Mercurial and Git

The only thing I didn't like about Mercurial was that they encourage you to clone a repository for major diversion instead of branching. In git, we use branching for anything like that, and it is light...

View Article

Re: RockStarProgrammer - Empty Catch Blocks are Always Wrong

I agree that empty catch blocks shouldn't exist and that all exceptions should be properly dealt with but this practise will clearly always happen for one simple reason. At the time of writing the code...

View Article

Re: RockStarProgrammer - The Differences Between Mercurial and Git

I prefer Mercurial. There is unified client TortoiseHg, which works on Linux, Windows, MacOs. So when somebody in company need help I can help him easily. Commands are more intuitive and similar to...

View Article


Re: RockStarProgrammer - The Differences Between Mercurial and Git

Actually, the Git distribution for Windows comes with bash, so command line use from Windows is the same as from Linux and MacOS, making it perfectly cross-platform.That said, it may well be the case...

View Article


Re: RockStarProgrammer - The Differences Between Mercurial and Git

Mercurial is generally believed to be simpler and easier to learn than Git. In turn, there is often the perception that Git is more flexible and powerful. here are some highlights...

View Article

Re: RockStarProgrammer - The Differences Between Mercurial and Git

Not for long. Bitbucket is kicking mercurial repos out.

View Article

Re: RockStarProgrammer - The Differences Between Mercurial and Git

The collision would only be if they have the same length. Git Object ID includes also its length to the hash.

View Article

Browsing latest articles
Browse All 41 View Live




Latest Images