Can you do partial commit in TortoiseGit?

Yes, there are official instructions in the docs. In practice, I find this workflow useful: Right click a file you want to partially commit Click Restore after commit – This immediately creates an internal copy of the file. Double click the file to edit in TortoiseGitMerge Right click -> Mark this block for each change … Read more

Is TortoiseGit ready for prime time yet? [closed]

YES, it’s ready! TortoiseGit has come a long way since 2009. And now Microsoft Windows has the best graphical interface to git 😉 It’s especially nice for people that used TortoiseSVN, because it uses familiar dialogs and terminology. Like “Revert..” instead of “Reset / Checkout” or that it abstracts away the “index” in a single … Read more

Can I use GitHub’s 2-Factor Authentication with TortoiseGit?

To compliment Cupcake’s answer, use the Personal Access token feature within GitHub.com while using TortoiseGit: Set up 2-step auth. Set up a personal access token – taking note of the generated token (use the Copy to clipboard button next to the generated token). Set TortoiseGit to remember your password as detailed here. Now perform a … Read more

TortoiseGit: How can I see a list of commits that are about to be pushed

Use “Sync Dialog” Right click the repository folder, choose “Sync” In “Out commits” tab, you will see a list of commits to be pushed to the remote. Switch to “Out ChangeList” tab, you will see a list of changed files relative to the remote version. If “Out commits” is empty or “Out ChangeList” tab does … Read more

Git error – unable to unlink old ‘some/file/name’ (Bad file descriptor)

Are you using any other tools while using TortoiseGit? For instance, this project mentions an interaction with Visual Studio: If you see errors about being unable to unlink old files when running git commands on Windows, it’s quite likely that you have the chrome solution open in Visual Studio and it’s updating IntelliSense, which will … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)