Skip to content

Git has won the source control battle for now, and it is a vital tool to learn for any developer today. Learn the basic commands and workflow in this lesson.

Notifications You must be signed in to change notification settings

nerdschoolbergen/git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

Git

Git has won the source control battle for now, and it is a vital tool to learn for any developer today. Learn the basic commands and workflow in this lesson.

What you need

  • Make sure Git is installed and is available from the command line ( git --version should not produce an error). Install Git if you do not already have it.

  • A good text editor of your choice, such as Atom, SublimeText, or Visual Studio Code.

How to get started

  • Although you have this README.md file on your computer, it's easier to read it on GitHub with formatting. We therefore recommend you keep a web browser tab open with the exercise tasks.
  • Start by opening exercise 1.
  • Remember to ask an instructor if you're stuck.

❗ Do not use a GUI client. Use the terminal/CLI only. You should not copy and paste content. Type it out manually. Remember to follow all the steps in the tutorial.

Exercises

This repository contains a set of exercises organized in folders. Each folder contains a README.md describing the exercise.

Symbols and notation used in exercises

Icons with special meaning

✏️ - A task you should do
📖 - A section of text to read (no tasks, just information).
💡 - Additional information.
❗ - Something important.
❓ - Open-ended question for the reader ("What do you think would happen if...")
💩 - Bad practice (don't-do-this)
⭐ - A bonus task (not required)

Keyboard keys

Will look like this:

CTRL + ALT + C

Diff blocks

Emphasizes how lines of text should change.

- this text was removed
+ and replaced with this text

About

Git has won the source control battle for now, and it is a vital tool to learn for any developer today. Learn the basic commands and workflow in this lesson.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •