mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-10 08:44:23 +02:00
adding GH video
This commit is contained in:
@@ -44,7 +44,11 @@ You'll need both a folder with a code project on your local machine (laptop or P
|
||||
|
||||
Let's say you have a folder locally with some code project and you want to start tracking your progress using git - the version control system. Some people compare using git to writing a love letter to your future self. Reading your commit messages days or weeks or months later you'll be able to recall why you made a decision, or "rollback" a change - that is, when you write good "commit messages".
|
||||
|
||||
### Task: Make a repository and commit code
|
||||
### Task: Make a repository and commit code
|
||||
|
||||
> Check out video
|
||||
> [](https://www.youtube.com/watch?v=9R31OUPpxU4)
|
||||
|
||||
|
||||
1. **Create repository on GitHub**. On GitHub.com, in the repositories tab, or from the navigation bar top-right, find the **new repo** button.
|
||||
|
||||
|
Reference in New Issue
Block a user