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
Copy file name to clipboardExpand all lines: git-guides/git-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,13 +82,13 @@ Some of the most important and most used commands that you'll find there are:
82
82
-`git log`: Browse and inspect the evolution of project files.
83
83
-`git remote -v`: Show the associated remote repositories and their stored name, like `origin`.
84
84
85
-
If you're looking for more GitHub-specific technical guidance, check out [GitHub's help documentation](https://help.github.com/) or our [GitHub for Developers series](https://www.youtube.com/watch?v=H6wTAIlOUBQ&list=PLg7s6cbtAD16Pgp6WIVfX4VsGI-xyWkMz) on YouTube.
85
+
If you're looking for more GitHub-specific technical guidance, check out [GitHub's help documentation](https://docs.github.com/en) or our [GitHub for Beginners series](https://www.youtube.com/playlist?list=PL0lo9MOBetEFcp4SCWinBdpml9B2U25-f) on YouTube.
86
86
87
87
### Getting Started With the Git Workflow
88
88
89
89
Depending on your operating system, you may already have [Git installed](/git-guides/install-git). But, getting started means more than having the software! To get started, it's important to know the basics of how Git works. You may choose to do the actual work within a terminal, an app like GitHub Desktop, or through GitHub.com. (*Note: while you can interact with Git through GitHub.com, your experience may be limited. Many local tools can give you access to the most widely used Git functionalities, though only the terminal will give you access to them all.*)
90
90
91
-
There are _many_ ways to use Git, which doesn't necessarily make it easier! But, the fundamental Git workflow has a few main steps. You can practice all of these in the [Introduction to GitHub Learning Lab course](https://lab.github.com/githubtraining/introduction-to-github).
91
+
There are _many_ ways to use Git, which doesn't necessarily make it easier! But, the fundamental Git workflow has a few main steps. You can practice all of these in the [Introduction to GitHub Learning Lab course](https://learn.github.com/skills).
92
92
93
93
#### Create a branch
94
94
@@ -136,6 +136,6 @@ If you choose not to merge the pull request, you can also close pull requests wi
136
136
137
137
If you're wondering where Git ends and GitHub begins, you're not alone. They are tied closely together to make working with them both a seamless experience. While Git takes care of the underlying version control, GitHub is the collaboration platform built on top of it. GitHub is the place for pull requests, comments, reviews, integrated tests, and so much more. Most developers work locally to develop and use GitHub for collaboration. That ranges from using GitHub to host the shared remote repository to working with colleagues and capitalizing on features like protected branches, code review, GitHub Actions, and more.
138
138
139
-
The best place to practice using Git and GitHub is the [Introduction to GitHub Learning Lab course](https://lab.github.com/githubtraining/introduction-to-github).
139
+
The best place to practice using Git and GitHub is the [Introduction to GitHub course](https://learn.github.com/skills).
140
140
141
141
If you already know Git and need to sign up for a GitHub account, head over to [github.com](https://github.com/).
0 commit comments