Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Git for Windows any suggestions

Git for Windows any suggestions

Scheduled Pinned Locked Moved The Lounge
comcollaborationhelpquestiondiscussion
32 Posts 21 Posters 5 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Mike HankeyM Mike Hankey

    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.

    D Offline
    D Offline
    Deflinek
    wrote on last edited by
    #3

    The first thing I recommend is to look for some tutorials to git for svn users. There are quite a few on the net and you should read them. I was hard time svn user and in contrast to popular believes transition was not easy or intuitive :) For the gui itself I have 2 for you to consider: SourceTree[^] is probably the most eye-candy and quite simple to use. Git Extensions[^] is ugly as hell but seem to offer more control of what you are doing. Also integrates quite good with VS (although VS has also native GIT client) I'm still missing some features of svn but after few years of using git I don't look back even in my personal projects. Good luck :)

    -- "My software never has bugs. It just develops random features."

    1 Reply Last reply
    0
    • Mike HankeyM Mike Hankey

      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.

      F Offline
      F Offline
      Florian Rappl
      wrote on last edited by
      #4

      If you really want a GUI then either use the VS integrated git (it is quite usable) or the GitHub client (yes, that one is good). But I highly recommend learning the command line. Really, there is nothing more fun and powerful. Also it is usually much faster than using the GUI (and I am talking about speed of interaction, not execution). For the command line I recommend PoshGit, which is a nice layer on top of git, perfectly integrated in the PowerShell.

      1 Reply Last reply
      0
      • Mike HankeyM Mike Hankey

        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.

        S Offline
        S Offline
        Slacker007
        wrote on last edited by
        #5

        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.

        B S 2 Replies Last reply
        0
        • Mike HankeyM Mike Hankey

          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.

          Kornfeld Eliyahu PeterK Offline
          Kornfeld Eliyahu PeterK Offline
          Kornfeld Eliyahu Peter
          wrote on last edited by
          #6

          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.

          "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

          1 Reply Last reply
          0
          • Mike HankeyM Mike Hankey

            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 Offline
            I Offline
            Ian Shlasko
            wrote on last edited by
            #7

            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)

            1 Reply Last reply
            0
            • Mike HankeyM Mike Hankey

              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.

              N Offline
              N Offline
              newton saber
              wrote on last edited by
              #8

              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.

              Mike HankeyM 1 Reply Last reply
              0
              • N newton saber

                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.

                Mike HankeyM Offline
                Mike HankeyM Offline
                Mike Hankey
                wrote on last edited by
                #9

                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.

                V 1 Reply Last reply
                0
                • S Slacker007

                  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.

                  B Offline
                  B Offline
                  Brady Kelly
                  wrote on last edited by
                  #10

                  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

                  1 Reply Last reply
                  0
                  • Mike HankeyM Mike Hankey

                    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.

                    V Offline
                    V Offline
                    Vladimir Svrkota
                    wrote on last edited by
                    #11

                    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...)

                    1 Reply Last reply
                    0
                    • Mike HankeyM Mike Hankey

                      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.

                      L Offline
                      L Offline
                      Leo56
                      wrote on last edited by
                      #12

                      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.

                      S 1 Reply Last reply
                      0
                      • L Leo56

                        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.

                        S Offline
                        S Offline
                        Slacker007
                        wrote on last edited by
                        #13

                        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:

                        L 1 Reply Last reply
                        0
                        • Mike HankeyM Mike Hankey

                          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.

                          F Offline
                          F Offline
                          Ferdinando Santacroce
                          wrote on last edited by
                          #14

                          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

                          1 Reply Last reply
                          0
                          • S Slacker007

                            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:

                            L Offline
                            L Offline
                            Leo56
                            wrote on last edited by
                            #15

                            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:)

                            1 Reply Last reply
                            0
                            • Mike HankeyM Mike Hankey

                              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.

                              S Offline
                              S Offline
                              Simon ORiordan from UK
                              wrote on last edited by
                              #16

                              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.

                              1 Reply Last reply
                              0
                              • Mike HankeyM Mike Hankey

                                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.

                                S Offline
                                S Offline
                                Simon ORiordan from UK
                                wrote on last edited by
                                #17

                                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.

                                1 Reply Last reply
                                0
                                • Mike HankeyM Mike Hankey

                                  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.

                                  G Offline
                                  G Offline
                                  Giannakakis Kostas
                                  wrote on last edited by
                                  #18

                                  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.

                                  1 Reply Last reply
                                  0
                                  • Mike HankeyM Mike Hankey

                                    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.

                                    A Offline
                                    A Offline
                                    AspDotNetDev
                                    wrote on last edited by
                                    #19

                                    I use SmartGit. It's standalone, which I like. I usually use it on Windows, but it also works on OS X.

                                    Thou mewling ill-breeding pignut!

                                    1 Reply Last reply
                                    0
                                    • Mike HankeyM Mike Hankey

                                      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.

                                      P Offline
                                      P Offline
                                      patbob
                                      wrote on last edited by
                                      #20

                                      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.

                                      Mike HankeyM 1 Reply Last reply
                                      0
                                      • S Slacker007

                                        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.

                                        S Offline
                                        S Offline
                                        snorkie
                                        wrote on last edited by
                                        #21

                                        I'm also using and happy with this setup. Hogan

                                        1 Reply Last reply
                                        0
                                        • P patbob

                                          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.

                                          Mike HankeyM Offline
                                          Mike HankeyM Offline
                                          Mike Hankey
                                          wrote on last edited by
                                          #22

                                          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.

                                          P 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups