List of commits:
Subject Hash Author Date (UTC)
- пробный фикс b5afb628b37617d32a73ed98b513d6d460b50b22 ligdara 2019-10-11 09:24:07
Commit b5afb628b37617d32a73ed98b513d6d460b50b22 - - пробный фикс
Author: ligdara
Author date (UTC): 2019-10-11 09:24
Committer name: ligdara
Committer date (UTC): 2019-10-11 09:24
Parent(s):
Signing key:
Tree: 3412a2a6a7b7ac23cbfc590e0ffa853b994fa022
File Lines added Lines deleted
README.md 1 0
doc/git_hint.md 4 0
File README.md added (mode: 100644) (index 0000000..7ced406)
1 Игра для двача от анона
File doc/git_hint.md added (mode: 100644) (index 0000000..b47c198)
1 git config user.name "ligdara"
2 git config user.email hyde@example.com
3
4 git config --list
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/ligdara/rpg

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/ligdara/rpg

Clone this repository using git:
git clone git://git.rocketgit.com/user/ligdara/rpg

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main