Questions tagged [tortoisegit]

TortoiseGit is an open-source Windows-based application that allows the Git distributed revision control system to be used directly from Windows Explorer (using context menus).

TortoiseGit is a Windows-based application that allows the distributed revision control system to be used directly from Windows Explorer.

It is free software released under the GPL.

The current version is 2.12 released on 2021-03-31.

Features

  • Explorer integration
  • (Configurable) Context menu
  • Overlay icons in explorer
  • Integration in properties
  • Common tasks
  • Cloning
  • Commit
  • Push
  • Sync
  • Log
  • Compare
  • Repository Browser
  • Revision Graph
  • Merge
  • Conflict handling
  • Rebase / Cherry-pick
  • VS Style Blame
  • Handle patches
  • Handle submodules
  • TortoiseGitMerge: Diffing/Merging files/patches
  • Browse Reference
  • Bisect
  • Daemon
  • Support spell check and autocompletion for filenames and contents
  • Send Patch by email
  • Share Bug Tracking Plug-ins with TortoiseSVN
  • SVN backend support

Useful Links

1041 questions
-2
votes
2 answers

Why can't I see commited files in my shared repo?

I used TortoiseGit to create a bared repo, clone it, add some files in cloned directory, then commited all the files recursively. When I browse clone, I can see the commited files. When I browse the origin repo, I can't see any files. Why ?
user310291
  • 33,174
  • 71
  • 241
  • 439
-2
votes
2 answers

How does in git move to revision and don't lost anything?

Now I have following structure of GIT repository: Now I locate at revision #6 I want to move to revision #1 I afraid to do something because I didn't want to lost revisions 2,3,4,5,6. Please, help me resolve this issue. P.S. I use tortoise git or…
gstackoverflow
  • 31,683
  • 83
  • 267
  • 574
-2
votes
1 answer

Git no clone option

I am new to Git. Maybe the solution is simple but not for me:) I downloaded Git 1.9.4 and TortoiseGit-1.8.11.0-32bit. After right click on folder I can't find TortoisseGit option "clone". What's more, I can't run "git clone" and any other git…
Estera
  • 3
  • 1
  • 2
-2
votes
1 answer

Better alternative to batch file for automatic Git-Pull on windows server

I have a set of web servers, and to keep the files up to date on the server, I use a windows scheduled task. The task calls a batch file which executes a git-pull command. This seems simple enough, but I use SSH keys to authenticate to the git…
theMayer
  • 13,091
  • 6
  • 49
  • 71
-4
votes
2 answers

Gitosis and TortoiseGit on Windows

I am having a strange problem with Gitosis and TortoiseGit. I used the guide How to setup a GIT server with Gitosis and Gitweb to setup Gitosis on my Debian system. Instead of ssh-keygen -t rsa scp /home/myuser/.ssh/id_rsa.pub…
rylon
  • 1
  • 1
-4
votes
1 answer

How to download new project file in Git?

For example, in a project by another developer a new file was added. By using TortoiseGit how can I download the file to your local repository?
1 2 3
69
70