List of commits:
Subject Hash Author Date (UTC)
add log.org 1dff101d25864baeaec1dbf3cf2c4ca1bf8c00cb cmc 2021-07-21 10:30:24
Initial commit 520fa46c255626389cb78c41b8e57f507ba3daeb cmc 2021-07-20 09:53:27
Commit 1dff101d25864baeaec1dbf3cf2c4ca1bf8c00cb - add log.org
Author: cmc
Author date (UTC): 2021-07-21 10:30
Committer name: cmc
Committer date (UTC): 2021-07-21 10:30
Parent(s): 520fa46c255626389cb78c41b8e57f507ba3daeb
Signing key:
Tree: b95a075a01316c4a49642930076cebf50b8e53ee
File Lines added Lines deleted
log.org 28 0
File log.org added (mode: 100644) (index 0000000..32ad296)
1 * logs
2
3
4
5 ** names [2021-07-21 Wed 18:26]
6
7
8 ** folder structures [2021-07-21 Wed 17:28]
9
10
11 * names
12
13 | pypi name | date-generator |
14 | | |
15 | folder name | dategen |
16 | | |
17 | | |
18
19 * folder structures
20
21 dategen/
22 ├── dategen/
23 ├── test/
24 ├── LICENSE
25 ├── README.md
26 ├── log.org
27 └──
28 *
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/cmc/dategen

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

Clone this repository using git:
git clone git://git.rocketgit.com/user/cmc/dategen

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