Having this module passed you will have mastered some basic Git skills.
You may think of it as of not only a starting set of git skills required for a developer to have but also as of an opportunity to start and populate your developer’s portfolio and back up system.
Having this module completed you would know the effect of the commands listed and also know how to accomplish some typical tasks.
The classification below is heavily opinionated, yet you will benefit from mastering all of the below described.
When mastering Git basics check yourself against the list below.
init, clone, add, commit, checkout, branch, merge, push, pull
Git commands: fetch
:gift: Did you know, Trello, Slack, Telegram and many other tools support MarkDown to a great extent? JIRA also uses notation similar to MarkDown yet different in many aspects.
Wonna see what MarkDown syntax is used to design a particular document? Navigate to it in the browser (e.g. git-basics.md) and click button Raw in the file’s top bar. You will see the file’s guts (e.g. git-basics.md source)
Time for practice. Git can be used not only for code but for the documentation as well.
kottans-git-course
.
GitHub will suggest adding README.md
.
Do not do this. We need an empty repo.README.md
in the project root and complete it using
MarkDown markup notation:
# Kottans Git Course
title.## Git Basics
module title.Any of your writings above can be done in a language you feel most comfortable with. Try sticking to English though.
Upload your changes from local repository to remote (using git push
).
When done let others know you have passed this module.
This lets other know your progress and probably someone will ask you for some help in this module.
Where to communicate? In a chat you came here from :)
Once done proceed to Contributing with Git