-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
130 additions
and
88 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,20 @@ TODO: this needs completing - pull all configuration discussions into | |
one place. Most of these will come from the original Setting up the | ||
Workspace document. | ||
|
||
| | | | ||
|---|---| | ||
|
||
## Git Configuration | ||
|
||
This setting replaces https URLS for github repositories with ssh URLs. This is useful for the ibek-support submodule in the ioc-XXX repositories because it uses an HTTPS URL so that it can be built anywhere. When you want to push changes it is more convenient to use ssh URLs. | ||
``` | ||
[url "ssh://[email protected]/"] | ||
insteadOf = https://github.com/ | ||
``` | ||
|
||
| | | | ||
|---|---| | ||
|
||
## Vscode Settings | ||
|
||
These settings can be edited using `Ctrl-Shift-P`: `Preferences: Open User Settings: (JSON)` | ||
|
@@ -46,3 +52,5 @@ For a much richer command line experience, it is recommended to use the zsh shel | |
"terminal.integrated.defaultProfile.linux": "zsh", | ||
``` | ||
|
||
| | | | ||
|---|---| |
Oops, something went wrong.