A czy to moze być?


body {
	font-family: Arial;
	font-size: 11px;
}

Jak to działa?

1. Dla każdego pliku git generuje hash, dzięki temu wiemy czy plik się zmienił 2. Git przenosci taki klik do folderu .git/objects// 3. git cat-file -p wyświetla zawartość pliku Zmieniamy head


	CREATE TABLE "topic" (
	    "id" integer NOT NULL PRIMARY KEY,
	    "forum_id" integer NOT NULL,
	    "subject" varchar(255) NOT NULL
	);
	ALTER TABLE "topic"
	ADD CONSTRAINT forum_id FOREIGN KEY ("forum_id")
	REFERENCES "forum" ("id");
	
	-- Initials
	insert into "topic" ("forum_id", "subject")
	values (2, 'D''artagnian');


Recomended bookss

sdaf Any funny books from amazon

Some quick example text to build on the card title and make up the bulk of the card's content.

Advert BOX RIGHT

See Greate course

sdaf Any funny books from amazon

Some quick example text to build on the card title and make up the bulk of the card's content.

Advert BOX RIGHT 2