How to do it...

  1. Make a new repository by visiting https://github.com/new.

  2. Enter the name of your repository, for example "jekblog". Leave all the other options as is, and click on the button at the bottom that says "Create repository".

  3. A new window will open. Find the section that has the title with the following text:

    …or push an existing repository from the command line

    Do not close the browser, we will need the two commands under this title soon.

  4. Open the chapter10/complete/recipe3 folder in your Bash.
  5. Add a new file to the folder; this will be a dotfile, titled .gitignore. To add it, type the following command with your console pointing to the root of recipe 3:
touch .gitignore
  1. Open the preceding file in your code editor and ...

Get Bootstrap 4 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.