You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ width="45%" }
29
29
30
-
If you do not have the administrative permissions to install Git as described above, try and install [64-bit Git for Windows Portable](https://git-scm.com/download/win) to `C:\wtcnapps\` and add the directory containing `git.exe` to the `Path` environment variable for your account.
31
-
32
-
<!--
33
-
TortoiseGit is another graphical interface for Git on Windows:
34
-
35
-
* [TortoiseGit](https://tortoisegit.org/)
36
-
-->
37
-
38
-
<!--
39
-
40
-
It is also recommended to install the Visual Studio Code text editor and WinMerge:
41
-
42
-
* [Visual Studio Code](https://code.visualstudio.com/)
43
-
* [WinMerge](https://winmerge.org/)
44
-
45
-
### Visual Studio Code Extensions
46
-
47
-
Visual Studio Code has a native support of Git:
48
-
49
-
* [Git Support in Visual Studio Code](https://code.visualstudio.com/docs/editor/versioncontrol#_git-support)
50
-
51
-
but some extra extensions are worth considering for MATLAB development:
@@ -115,8 +87,6 @@ Pull with rebase will fail if you have unstaged changes. One way around this if
115
87
git config --global rebase.autoStash true
116
88
```
117
89
118
-
This is equivalent to using `git fetch` followed by `git rebase --autostash` (or `git stash`, `git pull`, `git stash pop`).
119
-
120
90
As before, to apply this setting from GitHub Desktop, you need to open the command prompt by selecting ++"Repository"++ then ++"Open in Command Prompt"++ from the top menu and enter the above command line.
0 commit comments