Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 263 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 263 Bytes

Semestro Projektas

// Pirma susikurkite nauja direktorijà, kurioje vykdysite ðias komandas

$   git init
$   git add README.md
$   git commit -m "first commit"
$   git remote add origin https://github.com/rytder/test.git
$   git push -u origin master