Git for Windows any suggestions
-
I've been using TortioseSVN for years and it's all I know, easy to use but quirky. I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository. I do weekly off computer backups so I don't have a problem there but the last backup was, of course 6 days ago on the 5th and I've got the current working copy but everything in between is gone. This is the last straw and I want to migrate to GIT but am dirt stupid about it can someone recommend a simple, easy to use GUI for windows. Also any good references/links for beginners would be helpful. Thanks [edit] Currently looking at GitHub for windows. Any thoughts? [/edit]
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
If you are using Visual Studio 2012, try this: https://visualstudiogallery.msdn.microsoft.com/abafc7d6-dcaa-40f4-8a5e-d6724bdb980c[^] For 2013 and 2015 it is integrated in to the Team Explorer...
Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.
-
I've been using TortioseSVN for years and it's all I know, easy to use but quirky. I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository. I do weekly off computer backups so I don't have a problem there but the last backup was, of course 6 days ago on the 5th and I've got the current working copy but everything in between is gone. This is the last straw and I want to migrate to GIT but am dirt stupid about it can someone recommend a simple, easy to use GUI for windows. Also any good references/links for beginners would be helpful. Thanks [edit] Currently looking at GitHub for windows. Any thoughts? [/edit]
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
Using GitExtensions[^] here. It's a little clunky sometimes, but it does the job. Not much of a fan of the integration into VS2010... Don't have anything newer here, and I don't use Git at home.
Proud to have finally moved to the A-Ark. Which one are you in?
Author of the Guardians Saga (Sci-Fi/Fantasy novels) -
I've been using TortioseSVN for years and it's all I know, easy to use but quirky. I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository. I do weekly off computer backups so I don't have a problem there but the last backup was, of course 6 days ago on the 5th and I've got the current working copy but everything in between is gone. This is the last straw and I want to migrate to GIT but am dirt stupid about it can someone recommend a simple, easy to use GUI for windows. Also any good references/links for beginners would be helpful. Thanks [edit] Currently looking at GitHub for windows. Any thoughts? [/edit]
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
There is TortoiseGIT and I've used both Subversion and Tortoise and TortoiseGIT and though TortoiseGIT is different I really like it. Google TortoiseGIT, it's out there and I really like it. I really like GIT too, but it's a totally different thing than Subversion.
-
There is TortoiseGIT and I've used both Subversion and Tortoise and TortoiseGIT and though TortoiseGIT is different I really like it. Google TortoiseGIT, it's out there and I really like it. I really like GIT too, but it's a totally different thing than Subversion.
I have a Windows 10 VM and I downloaded GitHub for Windows and TortoiseGit and of the two I like TortoiseGit better, I guess mainly because I'm so used to Tortoise. Any good beginners tutorials on GIT?
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
-
Bitbucket (free). Use TortoiseGit. We use it work and it is very nice. https://bitbucket.org/[^] is the repository. and https://code.google.com/p/tortoisegit/[^] is the interaction tool. Now you could just do everything via command line and forgo the Tortoise but we all find it easier and more convenient to use TortoiseGit. http://guganeshan.com/blog/setting-up-git-and-tortoisegit-with-bitbucket-step-by-step.html[^] instructions for configuration between tortoisegit and bitbucket. HTH you.
Great combo. I use them myself. As for the command line, I've just moved to Posh-Git, hosted in PowerShell. It's a lot friendlier being able to do so much more Windows stuff natively than Git Bash.
No object is so beautiful that, under certain conditions, it will not look ugly. - Oscar Wilde
-
I have a Windows 10 VM and I downloaded GitHub for Windows and TortoiseGit and of the two I like TortoiseGit better, I guess mainly because I'm so used to Tortoise. Any good beginners tutorials on GIT?
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
I found Atlassian's tutorial the shortest and the most usefull: https://www.atlassian.com/git/tutorials/[^] There are also more in-depth tutorials: - Official Git book http://git-scm.com/book/en/v2[^] (chapters 1, 2, 3 and 5) - Lars Vogel's tutorial http://www.vogella.com/tutorials/Git/article.html[^] They are all well illustrated and have many command line examples. You don't have to worry abot command line, because (almost) everything could be done using TortoiseGit (right click -> TortoiseGit -> Commit / Pull / Push / Merge / Reset etc...)
-
I've been using TortioseSVN for years and it's all I know, easy to use but quirky. I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository. I do weekly off computer backups so I don't have a problem there but the last backup was, of course 6 days ago on the 5th and I've got the current working copy but everything in between is gone. This is the last straw and I want to migrate to GIT but am dirt stupid about it can someone recommend a simple, easy to use GUI for windows. Also any good references/links for beginners would be helpful. Thanks [edit] Currently looking at GitHub for windows. Any thoughts? [/edit]
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
You might like to try the following - Use Visual Studio with Git (MSSN) https://msdn.microsoft.com/en-us/library/hh850437.aspx Git Tutorial - How to Version Projects with Git http://www.ralfebert.de/tutorials/git/ A succesful git branching model http://nvie.com/posts/a-successful-git-branching-model/ Understanding the Git Workflow https://sandofsky.com/blog/git-workflow.html GitFlow Workflow Tutorial https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow Also, note that Atlassian SourceTree (GUI) has built-in support for GitFlow (a big plus, IMHO). Atlassian also have a number of pretty good tutorials at https://www.atlassian.com/git/tutorials. No, I'm not employed by them, I'm just a beginner in all things VCS who found some good guidance there... :) Finally, 'Pro Git' is available (various formats) as a free download at http://git-scm.com/book/en/v2. This is something of a Git Bible and highly recommended by more knowledgeable people than I.
-
You might like to try the following - Use Visual Studio with Git (MSSN) https://msdn.microsoft.com/en-us/library/hh850437.aspx Git Tutorial - How to Version Projects with Git http://www.ralfebert.de/tutorials/git/ A succesful git branching model http://nvie.com/posts/a-successful-git-branching-model/ Understanding the Git Workflow https://sandofsky.com/blog/git-workflow.html GitFlow Workflow Tutorial https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow Also, note that Atlassian SourceTree (GUI) has built-in support for GitFlow (a big plus, IMHO). Atlassian also have a number of pretty good tutorials at https://www.atlassian.com/git/tutorials. No, I'm not employed by them, I'm just a beginner in all things VCS who found some good guidance there... :) Finally, 'Pro Git' is available (various formats) as a free download at http://git-scm.com/book/en/v2. This is something of a Git Bible and highly recommended by more knowledgeable people than I.
Good stuff here. Thanks for posting the links. I use Bitbucket (Atlassian) with tortoise git. I have used SourceTree and don't like it as much as tortoise. :thumbsup:
-
I've been using TortioseSVN for years and it's all I know, easy to use but quirky. I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository. I do weekly off computer backups so I don't have a problem there but the last backup was, of course 6 days ago on the 5th and I've got the current working copy but everything in between is gone. This is the last straw and I want to migrate to GIT but am dirt stupid about it can someone recommend a simple, easy to use GUI for windows. Also any good references/links for beginners would be helpful. Thanks [edit] Currently looking at GitHub for windows. Any thoughts? [/edit]
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
Hello Mike. I read great advices, I have nothing to add. I generally use Bash shell on Windows, and I'm fine. When I feel I need a GUI, I use SourceTree by Atlassian, the best one IMHO. I use even VS2013 integration (generally only for quick committing), and I used TortoiseGit due its facility when migrating repositories from SVN. Anyway, I'm writing a book about Git for beginner, Git Essentials. If you like, I can send you an invite to get it for free when available :) Please follow me on my blog (JesusWasRasta.com) or Twitter @jesuswasrasta to get in touch. :) Bye! :) Nando
See things I like at jesuswasrasta.com
-
Good stuff here. Thanks for posting the links. I use Bitbucket (Atlassian) with tortoise git. I have used SourceTree and don't like it as much as tortoise. :thumbsup:
I've heard of Tortoise but hadn't looked at it much - it does look to be way more capable than SourceTree but also (for a beginner, like me) a bit overwhelming? However, once I feel more comfortable with Git I can see myself using Tortoise so thanks for the heads up:)
-
I've been using TortioseSVN for years and it's all I know, easy to use but quirky. I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository. I do weekly off computer backups so I don't have a problem there but the last backup was, of course 6 days ago on the 5th and I've got the current working copy but everything in between is gone. This is the last straw and I want to migrate to GIT but am dirt stupid about it can someone recommend a simple, easy to use GUI for windows. Also any good references/links for beginners would be helpful. Thanks [edit] Currently looking at GitHub for windows. Any thoughts? [/edit]
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
Git extensions is supposed to integrate with visual studio; take it or leave it, but I had the option to install git bash at the same time. That produces the familiar git cli, which does pretty much everything the usual way. Just need to change paths to Linux style forward slashes, eg c:\temp\temp -> /c/temp/temp in git bash cli. Otherwise everything is familiar. I find it excellent.
-
I've been using TortioseSVN for years and it's all I know, easy to use but quirky. I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository. I do weekly off computer backups so I don't have a problem there but the last backup was, of course 6 days ago on the 5th and I've got the current working copy but everything in between is gone. This is the last straw and I want to migrate to GIT but am dirt stupid about it can someone recommend a simple, easy to use GUI for windows. Also any good references/links for beginners would be helpful. Thanks [edit] Currently looking at GitHub for windows. Any thoughts? [/edit]
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
Git extensions is supposed to integrate a gui with visual studio; take it or leave it, but I had the option to install git bash at the same time. That produces the familiar git cli, which does pretty much everything the usual way. Just need to change paths to Linux style forward slashes, eg c:\temp\temp -> /c/temp/temp in git bash cli. Otherwise everything is familiar. I find it excellent.
-
I've been using TortioseSVN for years and it's all I know, easy to use but quirky. I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository. I do weekly off computer backups so I don't have a problem there but the last backup was, of course 6 days ago on the 5th and I've got the current working copy but everything in between is gone. This is the last straw and I want to migrate to GIT but am dirt stupid about it can someone recommend a simple, easy to use GUI for windows. Also any good references/links for beginners would be helpful. Thanks [edit] Currently looking at GitHub for windows. Any thoughts? [/edit]
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
These are my suggestions: Pro Git Book[^] Very good introduction for beginners. Do not need to read the whole book. The first three chapters will teach you the basics and the main use cases. msysgit[^] This is the ultimate git in command line for windows. It allows you to use it from any command prompt, not just git bash. Git is somehow different than SVN and I believe that you *need* to use the command line. I use SourceTree and GitHub client in order to visualize changes between commits. It is also handy for a simple commit. For anything more advanced (create a branch, rebase, merge), I can only do it with the command line. The good thing is that I can easily start a command prompt at the repository location from these two tools.
-
I've been using TortioseSVN for years and it's all I know, easy to use but quirky. I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository. I do weekly off computer backups so I don't have a problem there but the last backup was, of course 6 days ago on the 5th and I've got the current working copy but everything in between is gone. This is the last straw and I want to migrate to GIT but am dirt stupid about it can someone recommend a simple, easy to use GUI for windows. Also any good references/links for beginners would be helpful. Thanks [edit] Currently looking at GitHub for windows. Any thoughts? [/edit]
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
I use SmartGit. It's standalone, which I like. I usually use it on Windows, but it also works on OS X.
-
I've been using TortioseSVN for years and it's all I know, easy to use but quirky. I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository. I do weekly off computer backups so I don't have a problem there but the last backup was, of course 6 days ago on the 5th and I've got the current working copy but everything in between is gone. This is the last straw and I want to migrate to GIT but am dirt stupid about it can someone recommend a simple, easy to use GUI for windows. Also any good references/links for beginners would be helpful. Thanks [edit] Currently looking at GitHub for windows. Any thoughts? [/edit]
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
Mike Hankey wrote:
I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository.. this is the last straw and I want to migrate to GIT
Seems to me the more fundamental question is why did the work disappear. If you don't know what happened, then switching may, or may not, fix the issue.
We can program with only 1's, but if all you've got are zeros, you've got nothing.
-
Bitbucket (free). Use TortoiseGit. We use it work and it is very nice. https://bitbucket.org/[^] is the repository. and https://code.google.com/p/tortoisegit/[^] is the interaction tool. Now you could just do everything via command line and forgo the Tortoise but we all find it easier and more convenient to use TortoiseGit. http://guganeshan.com/blog/setting-up-git-and-tortoisegit-with-bitbucket-step-by-step.html[^] instructions for configuration between tortoisegit and bitbucket. HTH you.
-
Mike Hankey wrote:
I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository.. this is the last straw and I want to migrate to GIT
Seems to me the more fundamental question is why did the work disappear. If you don't know what happened, then switching may, or may not, fix the issue.
We can program with only 1's, but if all you've got are zeros, you've got nothing.
From all the research I've done there's a bug in SVN where it occasionally just loses data. Along with all the other flaky crap that I've endured over the years with SVN it's just time.
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
-
From all the research I've done there's a bug in SVN where it occasionally just loses data. Along with all the other flaky crap that I've endured over the years with SVN it's just time.
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
-
I've been using TortioseSVN for years and it's all I know, easy to use but quirky. I went to retrieve a file a little while ago and noticed a months worth of work missing, simply vanished out of the repository. I do weekly off computer backups so I don't have a problem there but the last backup was, of course 6 days ago on the 5th and I've got the current working copy but everything in between is gone. This is the last straw and I want to migrate to GIT but am dirt stupid about it can someone recommend a simple, easy to use GUI for windows. Also any good references/links for beginners would be helpful. Thanks [edit] Currently looking at GitHub for windows. Any thoughts? [/edit]
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.
Another vote for GitExtensions. I've been using Git for 4 years now and I haven't found another frontend that I like better. It's probably worth noting that, for me, "better" == "more functional". Eye candy is not a consideration for me. That said, I haven't tried SourceTree yet. It looks like it could be a strong contender, so I will be checking it out. I was rather unimpressed with GitHub's frontend. It felt extremely limiting, and some of the things they did to "simplify" Git didn't make sense to me. it's probably fine if you just want to use GitHub, but not what I'd recommend if you actually want to learn Git.
-
Another vote for GitExtensions. I've been using Git for 4 years now and I haven't found another frontend that I like better. It's probably worth noting that, for me, "better" == "more functional". Eye candy is not a consideration for me. That said, I haven't tried SourceTree yet. It looks like it could be a strong contender, so I will be checking it out. I was rather unimpressed with GitHub's frontend. It felt extremely limiting, and some of the things they did to "simplify" Git didn't make sense to me. it's probably fine if you just want to use GitHub, but not what I'd recommend if you actually want to learn Git.
RASPeter wrote:
Another vote for GitExtensions
I tried; GitHub - Very unimpressed, very limited SmartGit - Still evaluating SurceTree - Nice features, nice to look at but rejected in favor or SmartGit TortoiseGIT - Evaluating but I really like it, mainly because it has a lot of functioinality and I've been using it, with SVN for years. GitExtension - Evaluating, I really like it, powerful but not a real looker. Can't remember others but I've looked at all I could get my hands on. Spending the time to try and learn the basic before I put it on, and switch on my development/production/main/personal/etc machine. Evaluating all this on a VirtualBox VMWindows 10, which I am also evaluating.
New version: WinHeist Version 2.1.0 My goal in life is to have a psychiatric disorder named after me. I'm currently unsupervised, I know it freaks me out too but the possibilities are endless.