TortoiseGit विंडो ऑपरेटिंग सिस्टम्स के लिए एक उपयोगकर्ता-अनुकूल Git क्लाइंट है, जो Git रिपोजिटरी को प्रबंधित और इंटरैक्ट करने के लिए एक सुविधाजनक ग्राफिकल इंटरफ़ेस प्रदान करता है। Git, एक वितरित संस्करण नियंत्रण प्रणाली, सॉफ्टवेयर विकास के दौरान सोर्स कोड में होने वाले बदलावों को ट्रैक करने के लिए व्यापक रूप से उपयोग की जाती है।

TortoiseGit बिना किसी बाधा के Windows Explorer के साथ जुड़ जाता है, जिससे उपयोगकर्ता सीधे फाइल एक्सप्लोरर इंटरफेस से Git ऑपरेशन्स को अंजाम दे सकते हैं। इसके सहज डिज़ाइन और रेपॉजिटरी स्थिति के दृश्य प्रतिनिधित्व के साथ, उपयोगकर्ता आसानी से अपने प्रोजेक्ट की स्थिति को समझ सकते हैं और संस्करण नियंत्रण को प्रभावी ढंग से प्रबंधित कर सकते हैं।

TortoiseGit की प्रमुख विशेषताओं में परिवर्तनों को कमिट करने, संशोधन इतिहास देखने, शाखाएँ बनाने, और कोड को सहजता से मर्ज करने की क्षमता शामिल है। सॉफ़्टवेयर विभिन्न Git सुविधाओं जैसे टैगिंग, फेचिंग, और रिमोट रिपॉजिटरी से अपडेट पुल करने को भी समर्थन करता है। इसका संदर्भ मेनू एकीकरण साधारण Git कार्यों को सरल बनाता है, जिससे विभिन्न स्तरों के अनुभव वाले उपयोगकर्ताओं के लिए वर्जन कंट्रोल सुलभ हो जाता है।

TortoiseGit की सादगी और उपयोगकर्ता-मित्रतापूर्ण डिज़ाइन के प्रति प्रतिबद्धता इसे Windows प्लेटफॉर्म पर एक सुलभ Git क्लाइंट की तलाश में डेवलपर्स और टीमों के लिए एक आदर्श विकल्प बनाती है। चाहे आप एक शुरुआती हैं या एक अनुभवी Git उपयोगकर्ता, TortoiseGit संस्करण नियंत्रण प्रक्रिया को सरल बनाता है, सॉफ़्टवेयर विकास परियोजनाओं में सहयोग और कोड प्रबंधन को बढ़ावा देता है।


मुख्य विशेषताएं:

  • Windows इंटीग्रेशन:Windows Explorer के साथ सहजता से एकीकृत करता है जिससे Git संचालन आसान हो जाता है।
  • ग्राफिकल कमिट इतिहास:उपयोगकर्ता-अनुकूल ग्राफ के साथ कमिट इतिहास का दृश्य प्रतिनिधित्व।
  • संदर्भ मेनू और आइकन:Windows Explorer में Git स्थिति दिखाने के लिए दाएं-क्लिक मेनू और ओवरले जोड़ता है।
  • Commit Dialog:परिवर्तनों की समीक्षा, फ़ाइलों का चयन और कमिट संदेश जोड़ने के लिए उपयोगकर्ता-अनुकूल इंटरफ़ेस।
  • ब्रांचिंग और मर्जिंग:शाखाएँ बनाने, प्रबंधित करने और संयोजनों को करने के लिए सरल टूल्स।
  • टैगिंग:निर्दिष्ट बिंदुओं को इतिहास में चिह्नित करने के लिए टैग बनाने और प्रबंधित करने का समर्थन करता है।
  • Git-SVN एकीकरण:Git रिपॉजिटरीज के साथ काम करता है जो Subversion रिपॉजिटरीज के साथ इंटरैक्ट करता है।
  • रिपॉजिटरी ब्राउज़र:संग्रहलक सामग्री और फ़ाइल इतिहास की खोज की अनुमति देता है।
  • सबमॉड्यूल समर्थन:अन्य रिपॉजिटरी के भीतर सम्मिलित रिपॉजिटरी को प्रबंधित करता है।
  • स्टैश प्रबंधन:अस्थायी रूप से परिवर्तन सहेजता है ताकि कार्यों के बीच आसानी से स्विच किया जा सके।
  • Git Clean:स्वच्छ रिपॉजिटरी के लिए अनट्रैक्ड फाइल्स को साफ करने के विकल्प।
  • संघर्ष समाधान:विलय प्रक्रिया के दौरान विलय संघर्षों को हल करने के लिए उपकरण।


क्या नया है?

Changelog
  • Fixed  issue #1270 : Log dialog can revert selected files to parent revision
  • Fixed  issue #1500 : Support git merge --log option
  • Can disable log cache (tortoisegit.data, tortoisegit.index)
  • Revision Graph can save as graphviz dot language (*.gv)
  • Support merge strategies except octopus
  • Fixed  issue #1597 : Reduce chance of committing old submodule revision on cherry-pick / rebase conflicts
  • Can specify specific paths of submodules to update
  • Fixed  issue #1661 : TortoiseGitBlame: show line date time
  • Fixed  issue #1662 : skip-worktree should not be exposed via context menus or anything without confirmation
  • Fixed  issue #330 : Implement --author option gui interface in the commit dialog
  • Fixed  issue #1147 : Ability to filter out branches in Log dialog
  • Fixed  issue #1628 : Support commit ranges in log list (from Reference Browser)
  • Fixed  issue #832 : Compare commits between branches (branch1...branch2, from Reference Browser)
  • Fixed  issue #515 : Sort the log window by date
  • Fixed  issue #1676 : Automatically check "Make it Bare" when repository path ends in ".git"
  • Fixed  issue #1677 : Clicking "revert" on a file should automatically check the file in the revert dialog
  • Fixed  issue #1667 : Ability to ignore a folder in commit dialog
  • Fixed  issue #1674 : Option "Push all branches" leaves out tags on pushed changes
  • Fixed issue #1663: F5 does not refresh the revision graph
  • Fixed  issue #522 : Store password for HTTP
  • Fixed  issue #1660 : Save Push Dialog "Push all branches" and "Use Thin Pack" options
  • Fixed  issue #1542 : Can send pull request email
  • Fixed  issue #1493 : Remember Push Dialog "Push to all remotes" option state
  • Enhanced Windows 7 taskbar grouping and highlighting of windows belonging to the same working tree
  • .mailmap is now used for Log-Dialog Statistics
  • Fixed  issue #1610 : Average values on statistics dialog graph
  • Fixed  issue #1708 : Merge dialog have no saving of log message
  • Fixed  issue #1716 : TortoiseGitBlame added line parameter
  • Allow to set a default value for ssh client in HKLM (Software\TortoiseGit\SSH)

Bug Fixes

  • Fixed  issue #1642 : Incorrect behavior if repo is located on root of drive
  • Fixed  issue #1643 : TortoiseGitMerge window do not maximize correctly on screeen with right-side docked start bar
  • Fixed  issue #1639 : Does not work on older CPU without SSE2
  • Fixed  issue #1682 : Rebase ignores commits after an error is received
  • Fixed  issue #1429 : Blame: copy sha to clipboard copies the log message
  • Fixed  issue #1654 : Git blame commit message tooltip flashes when tooltip window is tall
  • Fixed  issue #1658 : Checkbox 'add "cherry picked from"' has wrong anchor
  • Fixed  issue #1657 : Dirty submodule commit does not open the underling submodule commit dialog
  • Fixed  issue #1552 : TGitCache prevents a git clone from performing successfully
  • Fixed  issue #1631 : Set focus to branch menu in Switch/Checkout window
  • Fixed  issue #1646 : TortoiseGit Log gives undeterministic results (log does not apply --boundary any more by default)
  • Fixed  issue #1085 : Small commit with lots of unversioned and not ignored files takes very long
  • Fixed  issue #1675 : delete/ignore does not delete folder from repo when local copy is kept
  • Fixed  issue #1679 : Reset dialog pick another revision has no effect
  • Fixed  issue #1609 : remember my remote branch choice precisely
  • Fixed  issue #1268 : Paths in Windows Explorer changed to all lower case
  • Fixed  issue #1681 : High screen DPI breaks TortoiseGitMerge's ribbon UI sprites
  • Fixed  issue #1685 : Deleting remote branch blocks UI
  • Fixed  issue #1686 : Wrong stash list after "Stash Apply" in RefLog
  • Fixed  issue #1689 : Option to make Git Commit GUI look different from TortoiseSVN equivalent
  • Fixed  issue #1693 : Cherry pick progress bar doesn't stay green
  • Fixed  issue #1276 : Cannot show diff of renamed file
  • Fixed  issue #1696 : Fetch from switch dialog does not refresh branches list
  • Fixed  issue #1701 : Changing commit order in rebase dialog doesn't auto scroll
  • Fixed  issue #1702 : Original commit message is showen even though it is changed during rebase
  • Fixed  issue #1223 : Workaround endless waiting when git.exe already exited
  • Fixed  issue #1709 : Right click -> assume unchanged is irreversible
  • Fixed  issue #1713 : Pre-populate commit message on squash merges
  • Fixed  issue #1566 : Frequent crashes when searching log

अन्य भाषाओं में उपलब्ध प्रोग्राम

उपयोगकर्ता समीक्षाएं

उपयोगकर्ता रेटिंग

1 2 3 4 5

लाइसेंस:

मुक्त

आवश्यकताएँ:

Windows XP 64/Vista 64/ Windows 7 64/ Windows 8 64

भाषाएँ:

Multi-languages

आकार:

16.9MB

प्रकाशक:

TortoiseGit team

अपडेटेड:

Apr 16, 2013

साफ

रिपोर्ट सॉफ़्टवेयर

डेवलपर का सॉफ्टवेयर

TortoiseGit (32bit) 2.17.0.2

TortoiseGit (64bit) 2.17.0.2

सुरक्षा स्तर

अपने डिवाइस को किसी संभावित नुकसान से बचाने और आपके डेटा और गोपनीयता की सुरक्षा सुनिश्चित करने के लिए, हमारी टीम हर बार नए इंस्टॉलेशन फ़ाइल को हमारे सर्वरों पर अपलोड करने या किसी दूरस्थ सर्वर से लिंक करने पर जांच करती है और फ़ाइल की स्थिति की पुष्टि या अपडेट करने के लिए समय-समय पर उसकी समीक्षा करती है। इस जांच के आधार पर, हम किसी भी डाउनलोड करने योग्य फ़ाइलों के लिए निम्नलिखित सुरक्षा स्तर निर्धारित करते हैं।

साफ

यह बहुत अधिक संभावना है कि यह सॉफ़्टवेयर प्रोग्राम स्वच्छ है।

हमने इस सॉफ़्टवेयर प्रोग्राम से संबंधित फ़ाइलों और यूआरएल को दुनिया की 60 से अधिक प्रमुख एंटीवायरस सेवाओं में स्कैन किया; कोई संभावित खतरे नहीं मिले। और कोई तीसरा पक्ष सॉफ़्टवेयर नहीं जोड़ा गया है।

चेतावनी

यह प्रोग्राम विज्ञापन द्वारा समर्थित है और इसमें तीसरे पक्ष के प्रोग्राम स्थापित करने का प्रस्ताव हो सकता है जो आवश्यक नहीं हैं। इनमें एक टूलबार, आपकी होमपेज को बदलना, डिफ़ॉल्ट खोज इंजन बदलना, या अन्य पार्टी प्रोग्राम स्थापित करना शामिल हो सकते हैं। ये गलत सकारात्मक हो सकते हैं, और हमारे उपयोगकर्ताओं को इस सॉफ़्टवेयर को स्थापित और उपयोग करते समय सावधान रहने की सलाह दी जाती है।

अक्षम

यह सॉफ्टवेयर अब डाउनलोड के लिए उपलब्ध नहीं है। यह अत्यधिक संभावना है कि इस सॉफ्टवेयर प्रोग्राम में मालिशियस या सुरक्षा समस्याएँ या अन्य कारण हो सकते हैं।

एक रिपोर्ट जमा करें

धन्यवाद!
आपकी रिपोर्ट भेज दी गई है।

हम आपके अनुरोध की समीक्षा करेंगे और उचित कार्रवाई करेंगे।

कृपया ध्यान दें कि आपको इस रिपोर्ट के कारण किए गए किसी भी कार्रवाई के बारे में कोई सूचना नहीं मिलेगी। इसके कारण होने वाले किसी भी असुविधा के लिए हम क्षमा चाहते हैं।

हम आपकी मदद के लिए आभारी हैं जो हमारी वेबसाइट को साफ और सुरक्षित रखने में है।