diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c88068 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +saas-fee--2553924-4.jpg \ No newline at end of file diff --git a/123.md b/123.md index 34b0eca..2b7980a 100644 --- a/123.md +++ b/123.md @@ -1,3 +1,4 @@ igfisdhghdfgsklfdslgk dfg;ldkfgsldfnsg;ns -f'sgn'slgsdf;\'n \ No newline at end of file +f'sgn'slgsdf;\'n +Ядрёна копоть, как же я намаялся с этим гитом!!! Столько нервных клеток угроблено!!! \ No newline at end of file diff --git a/shalomevrey.md b/shalomevrey.md new file mode 100644 index 0000000..61b0d64 --- /dev/null +++ b/shalomevrey.md @@ -0,0 +1,64 @@ +# Cherry orchard + +Start our novel + +## Git commands + +1. git init - initializing Git +2. git add [.\filename] - adding a file to Git +3. git commit -m "Message" - giving a message to a commit +4. git --version - checking the current version of Git +5. git diff - shows the difference between current status of a file and saved +6. git checkout - loads indicated saving +7. git checkout master - returns to the initial status +8. git branch branch_name - creates a new branch +9. git checkout branch_name - switches to a created branch +10. git clone - clones an external repository to your PC +11. git pull - downloads all information from the current repository and makes merging with your version +12. git push - sends your version of repository to an external repository. **IMPORTANT!** You must authorized prior to use this command on your external repository! +13. git branch -d branch_name - deletes a branch +14. clear - clears the terminal +15. git remote rm - removes a remote repository + +If you want to make a link use following construction [Text link](URL) + + +To make a text italic put an asterisk or low dash before and after *Italic* + +To make a text bold put two asterisks or low dashes before and after **Bold** + + +Alternative ways of formatting a text with bold or italic need to use both of them. For example, *__В России две беды: дураки и дороги__* + + +Alternative ways of formatting a text with bold or italic need to use both of them. For example, *__В России две беды: дураки и дороги__* + +To make a bullet list put an asterisk (*) or a plus (+) signs with a space before each word +* Трус +* Балбес +* Бывалый +* Жулик + ++ Сопелька ++ Мокрая курица ++ Хрен с горы + +To cross a text out put double tilda before and after the text + +~~А вот так делать не надо!~~ + +To add a link use following construction [Link text] +(URL) +E.g. [My page](https://tonysable.taplink.ws) + +To make a quotation put a symbol (>) before the quotated text + + >A lonely room and empty chair, +Another day so hard to bear. +The things around me that I see remind me of +The past and how it all used to be... + +To add an image use following consruction +![Switzerland](saas-fee--2553924-4.jpg) + +На этом мы остановимся, но это не точка, а всего лишь многоточие, ведь git такой безграничный! \ No newline at end of file