Sublime Merge

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
Push in Sublime Merge: The little down-pointing triangle on the top right, opens this dialog window where the user can enter custom push commands - Very interesting functionality for a GUI

Sublime Merge is een Git client. It has been my first such client (2023.02). I think I quite like it, but I might try out to use Git directly through Bash, rather than through a client.

What I like about Sublime Merge

  • With every button that executes a Git command, the tool tip displays that command, so I learn a bit about how stuff works under the hood
  • GUI is extended with the power of CLI - See screenshot

Various

  • Clone Repository means to make a local copy of a remote repository (e.g., on GitHub or BitBucket)
  • It cannot clone repositories over SSH - Only over HTTPS

See also