forked from sinara-hw/assembly
Fix link to git docs
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
98632d7c31
commit
49de48aa32
|
@ -58,5 +58,5 @@ The reference uses commands like `nix develop github:m-labs/artiq\?ref=release-8
|
||||||
You may safely skip such commands if you entered the development shell (`nix develop`) from cloned git repository.
|
You may safely skip such commands if you entered the development shell (`nix develop`) from cloned git repository.
|
||||||
|
|
||||||
If you want to update the source files, you may use `git pull origin master --rebase`.
|
If you want to update the source files, you may use `git pull origin master --rebase`.
|
||||||
Please refer to git documentation `https://www.git-scm.com/docs` if you are unfamiliar with `git`.
|
Please refer to the [git documentation](https://www.git-scm.com/docs) or other resources of your choice if you are unfamiliar with `git`.
|
||||||
You may also use GUI git tools, like the one integrated into JetBrains IDEs, VS Code, Sublime Merge or others.
|
You may also use GUI git tools, like the one integrated into JetBrains IDEs (PyCharm, Intellij and others), VS Code, Sublime Merge or others.
|
||||||
|
|
Loading…
Reference in New Issue