Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

TortoiseGit


Company: TortoiseGit

Average User Rating (4 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    Version Reviewing: 1.8.16

    "Be careful with use cases for this tool"

    by Bernard on Jan 5, 2016 5:50 AM

    Summary:
    Strong points: checking the status of files / directories; comparing with previous versions, and updating / resetting. DANGEROUS and very weak points: very poor handling of conflicts when pulling or pushing. USE GIT-SCM TOOLS for this (but they are poor on checking / updating files and directories)

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    "Great for GIT"

    by akourkey on Nov 12, 2015 2:07 PM

    Summary:
    Goof visual tool for GIT projects!!

    Report post

    Was this review helpful? (1) (0)

    Must be logged in to comment


    "I really like this program and is very useful for the many"

    by Meritindo Sejahtera on Apr 1, 2015 8:43 AM

    Summary:

    Report post

    Was this review helpful? (1) (0)

    Must be logged in to comment


    Version Reviewing: 1.8.13

    "Visual tool for managing Git source code versioning within Windows Explorer"

    by Bernard on Mar 17, 2015 4:39 AM

    Summary:
    Highly useful from Windows Explorer: - to visualize which files are changed but not committed, etc - to easily visualize current changes, changes with previously committed versions etc. - to easily handle "3 ways merges" of conflicted files PERSONALLY (your mileage will probably differ) I do not use it for: - pulling changes from a remote repository (never tried, using the Git CLI for that) - pushing changes to a remote repository: DO NOT DO IT either, since it handles poorly source conflicts and somehow messes the possibly conflicting changes

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!