Clay Nichols
Clay Nichols

Reputation: 12139

List of tortoisegit equivalents of command line commands?

I'm using TortoiseGit and going through some tutorials on Git, which of course all use the command line (for broad applicability).

Is there a list somewhere (my google-fu failed me) of this ?

Git Command > TortoiseGit equivalent

Upvotes: 3

Views: 3875

Answers (3)

T.Todua
T.Todua

Reputation: 56351

Here are available all TortoiseGit commands:

https://tortoisegit.org/docs/tortoisegit/tgit-automation.html

Upvotes: 0

jeffjia_ask
jeffjia_ask

Reputation: 31

There is no such kind of list. The reason is explained in the similar question and answer in this link: How to make TortoiseSVN / TortoiseGit show the executed command?

Upvotes: 0

Evandro Coan
Evandro Coan

Reputation: 9418

If do you want to the TortoiseGit command line, this is the page you need to:

  1. https://tortoisegit.org/docs/tortoisegit/git-command.html
  2. https://tortoisegit.org/docs/tortoisegit/
  3. https://github.com/TortoiseGit/TortoiseGit

Upvotes: 1

Related Questions