tortoisegit
How to remove a versioned file retroactively in git/TortoiseGit? [duplicate]
This question already has an answer here: Closed 11 years ago. Possible Duplicate: git - remove file from the repository[详细]
2023-03-26 08:32 分类:问答Does TortoiseGit allow selective staging, like git-gui?
This question: Can you interact with the index/staging area with TortoiseGit? takes the position that TortoiseGit\'s main function is not to eliminate the need for the git command line, and in gener[详细]
2023-03-26 05:37 分类:问答Git source control :: About safely remove USB hard disk after I created a source repository?
I want to sync my project source between the computer in my workplace and the computer at home. So I don\'t have to copy all the source file just because I changed one file or two.[详细]
2023-03-25 05:22 分类:问答How do pull no fast-forward in TortoiseGit
Since some people recommend no fast-fordward (--no-ff) on merges in Git, I wanted to do that. But I can\'t see where to check to enable that in the TortoiseGit GUI.[详细]
2023-03-24 09:05 分类:问答How create TortoiseGit branche for only need files?
I have next folder structure: mySolution/ --.git/ --dirA/ --dirB/ I wont to create branch dirABranch for only dirA, so I create branch and commit from context menu of this dirA, and add not-v[详细]
2023-03-23 21:41 分类:问答Reapply a commit that was undone by conflict?
I have this commit that was undone by someone who doesn\'t know how to deal with conflicts. Is there an easy way to try auto merging the commit back in? I开发者_高级运维 tried using \"merge to master\[详细]
2023-03-22 08:24 分类:问答Which branch should I run dcommit on when using git-svn?
I have just started using TortoiseGIT to work with my SVN repository at work (I have to jump between branches quite a bit so this saves on quite a bit of down time)开发者_如何学Python. However, I\'ve[详细]
2023-03-22 01:10 分类:问答Has anybody seen git create a commit that has no date & an all-zero hash?
So a fellow team member, using TortoiseGit in Windows, pulled up his log the other day, and at the top was a commit with a hash entirely of zeroes, no user, and no date, but it did have four modified[详细]
2023-03-21 11:47 分类:问答Authentication error when pushing to remote Git repo with TortoiseGit
When I try an push to my remote repo (Unfuddle) using TortoiseGit, my favourite tool, I get the following error.I then open GitGUI and am able to push with no problem.I have gathered through some goog[详细]
2023-03-19 05:05 分类:问答count line changes with git?
Is there a simple way I c开发者_运维百科an ask git for the amount of lines I added (or add and removed) in a specific date range?[详细]
2023-03-10 23:51 分类:问答