filmov
tv
How to Set Up a Github Repository for SQL Files
Показать описание
Learn how to set up a Github repository and add SQL files to it in this video.
If you've worked with software development teams before, you're probably familiar with Github. It's commonly used for application code, but it can also be used for database and SQL code.
In this video, you'll learn how to create an account on Github, how to create a Personal Access Token to access Github from the command line and other tools, how to use a few basic Github commands to access your repository, and how to add a file.
Timestamps:
00:00 Why Github?
00:43 Step 1 - sign up to Github
01:34 Step 2 - create a Personal Access Token
03:03 Step 3 - create a repository
05:00 Step 4 - add the repository to your computer with git clone
07:31 Step 5 - create a new SQL file
08:54 Step 6 - add the file to the repository with git add
11:09 Commit the file using git commit
11:45 Upload changes using git push
12:55 See the new file on Github
14:11 Visual summary of what we did
Комментарии