Files
openide/plugins/git4idea/resources/commandDescriptions/gitCheckoutCommand.html
Maxim.Kolmakov 3cd4434a5b AT-145 Refactor Command git checkout
GitOrigin-RevId: 6473ab91ea98a2733071fad2a27e0b355aae4b68
2023-02-03 10:17:59 +00:00

16 lines
238 B
HTML

<html>
<title>
Command switches to another branch
</title>
<body>
<p>
Call from the project dir git checkout command in command line
</p>
<p>
Syntax: %gitCheckout [branch]
</p>
<p>
Example: %gitCheckout master
</p>
</body>
</html>