169 похожих чатов

Any idea on where to start learning ?

4 ответов

10 просмотров

Start using

I have some resources I've collected. I'll send them in a bit.

Install git Create project on github git clone <url from github> # create files git add . git commit -m "first commit" git push Repeat the 3 last commands every time you make edits The rest will come naturally

Okay here's what you need to get started. These are all text-based resources, because that's generally how I learn. But if you prefer videos, you might wanna look around the known haunts for that kind of stuff. I'm categorizing what I used in no specific order. • Pro Git by Scott Chacon. This is also called the "Git book", and is pretty much where I picked up most of the stuff I know. I've read this almost cover-to-cover, but you don't really need to. I recommend skimming it and trying out commands from it, coming back to the explanations if you get stuck with anything. • Think Like A Git. It's a collection of guided articles that help you develop some kind of a mental model as to how Git works. It's pretty fantastic — check it out once you feel comfortable recognizing basic commands. • Undoing (Almost) Anything With Git. Article by Github with helpful commands on undoing mistakes you make with Git. Pretty useful when you're getting started and prone to making mistakes. Apart from the above, I highly recommend checking out the usage pages (man) for each of the commands that you use which will uncover additional things you can do with them. I personally use Mankier to browse man pages in the browser because they come with useful TL;DR commands that are commonly used. Note: You cannot learn Git without trying out the commands yourself! Install Git and gitk (or simply Git For Windows, if on Windows, which installs everything you'll need) and type out each command, trying out variations and experimenting with different ways to configure your repository. Always keep a playground repository on hand to test out Git commands until you get comfortable with what they do.

Похожие вопросы

Обсуждают сегодня

Всем привет, написал код ниже, но он выдает сегфолт, в чем причина? #include <stdio.h> #include <stdlib.h> #include <string.h> struct product { char *name; float price; };...
buzz базз
32
Хотел бы спросить у знающих, правильную ли я выбрал книгу для начала изучения ассемблера Юрова В.И ? Или есть более лучшие книги для начала обучения?
Botsman
25
Книга Юрова В.И пойдёт для обучения?
Botsman
24
$params = [ 'formid' => 'feedbackForm', 'formTpl' => '@CODE: <form class="form-validate" data-id="ajax_form"> <fieldset class="margin-bottom-md"> ...
Pathologic
1
а мы ещё не созрели до того, чтобы создать отдельный чатик про настройку редакторов?
Cheese Syrowiecki
16
И ещё вопрос: можно ли типа как на дос как-то запариться и с помощью прерываний выводить текст, вместо функции printf ?
НѣкъиⰘижєжєиꙁъвьсєсвѣтьноѣсѣтиѥсть•
34
Всем привет! У меня почему-то по-разному отображается TListView в Debug и Release режимах (FireMonkey)! При запуске под Win приложения TListView заливается программо. в Debug ...
Александр COM
8
Ладно, ещё тупого спрошу. Код должен банально вывести значение регистра на консоль, на деле же не выводя ничего, просто оставляя нерабочую консоль (открыта, ничего не написан...
НѣкъиⰘижєжєиꙁъвьсєсвѣтьноѣсѣтиѥсть•
25
Парни, спасайте. RAD Studio 12 творит какую-то дичь. У меня есть метод (event), который вызывает другой метод, т.е. он состоит из 1-й строки вызова. Ставлю бряк на event, запу...
Eugene Krasnikov (ᴊɪɴ x)
3
окей, дело реально в org было. но что за мусор в конце?
Vi Chapmann
15
Карта сайта