Skip to content

Commit 1155d68

Browse files
committed
💄
1 parent 68edcd6 commit 1155d68

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

en/book/10-git-in-other-environments/chapter10.asc

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,7 @@ Each of them is tailored for a specific purpose (viewing history and creating co
7575

7676
==== GitHub Desktop
7777

78-
[[github_win]]
79-
.GitHub for Windows.
80-
image::images/github-win.png[GitHub for Windows.]
81-
82-
[[github_mac]]
83-
.GitHub for Mac.
84-
image::images/github-win.png[GitHub for Mac.]
85-
86-
// TODO: wait for Desktop? At least for source-list on Windows.
78+
**TODO**: wait for Desktop? At least for source-list on Windows.
8779

8880
==== Other GUIs
8981

@@ -97,11 +89,7 @@ Starting with Visual Studio 2013 Update 1, Visual Studio users have a Git client
9789
Visual Studio has had source-control integration features for quite some time, but they were oriented towards centralized, file-locking systems, and Git was not a good match for this workflow.
9890
Visual Studio 2013's Git support is a separate feature with its own command pane, but integrates with your day-to-day work just as well as the older feature.
9991

100-
* Commiting
101-
* diffing
102-
* history
103-
* syncing
104-
* others?
92+
**TODO**
10593

10694
=== Git in Eclipse
10795

@@ -174,8 +162,7 @@ cherry -- find commits not merged upstream
174162
cherry-pick -- apply changes introduced by some existing commits
175163
----
176164

177-
Ambiguous tab-completions aren't just listed.
178-
They have helpful descriptions, and you can graphically navigate the list by repeatedly hitting tab.
165+
Ambiguous tab-completions aren't just listed; they have helpful descriptions, and you can graphically navigate the list by repeatedly hitting tab.
179166
This works with Git commands, their arguments, and names of things inside the repository (like refs and remotes), as well filenames and all the other things Zsh knows how to tab-complete.
180167

181168
Zsh happens to be fairly compatible with Bash when it comes to prompt customization, but it allows you to have a right-side prompt as well.

0 commit comments

Comments
 (0)