-
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.
Merge pull request #1522 from opensafely/iaindillingham/use-git
Add "How to use Git effectively" page
- Loading branch information
Showing
5 changed files
with
25 additions
and
64 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
This page links to resources that describe how to use Git effectively. | ||
|
||
## Using Git with `git` | ||
|
||
The `git` command-line tool has a large number of commands. | ||
However, only a small number are important and commonly used. | ||
These are summarised in GitHub's "[Git Cheat Sheet](https://education.github.com/git-cheat-sheet-education.pdf)". | ||
|
||
## Using Git with VS Code | ||
|
||
VS Code's Source Control view provides a visual interface to important and commonly used commands. | ||
For more information, see the "[Introduction to Git in VS Code](https://code.visualstudio.com/docs/sourcecontrol/intro-to-git)" page in VS Code's docs. | ||
|
||
## Diving deeper | ||
|
||
The [Turing Way](https://book.the-turing-way.org/) project has a section on its website entitled "[Version Control](https://book.the-turing-way.org/reproducible-research/vcs)". | ||
|
||
The University of Bristol's Electronic Health Records Group have a section on their website entitled "[Introduction to using Git and GitHub](https://grpehr.github.io/training/01-index.html)". | ||
|
||
Git's "[Documentation](https://git-scm.com/doc)" page links to several videos and books, | ||
including the "[Pro Git](https://git-scm.com/book/en/v2)" book by Scott Chacon and Ben Straub. |
This file was deleted.
Oops, something went wrong.
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