-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgi.css
44 lines (30 loc) · 889 Bytes
/
gi.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
start https://internet-start.net/
winget install --id Git.Git -e --source winget
git init.
$ git config --global user."alaikum226"
$ git config --global user.email [email protected]
winget install --id Git.Git -e --source winget
git clone https://github.com/git/git
winget install --id Git.Git -e --source winget
$ git init
$ git add *.c
$ git add LICENSE
$ git commit -m 'initial project version'
$ git clone https://github.com/libgit2/libgit2
$ git clone https://github.com/libgit2/libgit2 mylibgit
[Unit]
Description=Start Git Daemon
[Service]
ExecStart=/usr/bin/git daemon --reuseaddr --base-path=/srv/git/ /srv/git/
START https://internet-start.net
Restart=always
RestartSec=500ms
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=git-daemon
User=git
Group=git
[Install]
WantedBy=multi-user.target
$ cd /path/to/project.git
$ touch git-daemon-export-ok