List of commits:
Subject Hash Author Date (UTC)
Hide commands from user 9c021f94fcfcfb54144bd94a64973191bcee463a Oskar Sharipov 2020-03-09 11:47:18
New update 993d211211420be1650cdb4b029bfed79c959811 Oskar Sharipov 2020-03-09 11:46:38
New update c3f92995c31ac2bb7f00324b97c9f9a1cb436bb9 Oskar Sharipov 2020-02-29 20:03:27
New update 6610de1ebe13b43d80b07e56d0525eebf528c4af Oskar Sharipov 2020-02-23 14:36:15
New update bcff95eea828077ef9b2323b6f4ff9eefcbd06ab Oskar Sharipov 2020-02-23 12:56:09
New update efee7cac26e4956ea55781ce6c68c1c6ef232cf0 Oskar Sharipov 2020-02-23 12:12:36
Add Makefile 71819ce53ce7a368c674d52952fd4926d0612d8c Oskar Sharipov 2020-02-23 11:55:49
Commit 9c021f94fcfcfb54144bd94a64973191bcee463a - Hide commands from user
Author: Oskar Sharipov
Author date (UTC): 2020-03-09 11:47
Committer name: Oskar Sharipov
Committer date (UTC): 2020-03-09 11:47
Parent(s): 993d211211420be1650cdb4b029bfed79c959811
Signer:
Signing key:
Signing status: N
Tree: 1c6a73e6d05bad66c2cbffb084508bdb44b57e9f
File Lines added Lines deleted
Makefile 3 3
File Makefile changed (mode: 100644) (index 6266cc8..b285f62)
... ... signature: $(MESSAGE) $(KEY)
14 14
15 15 .PHONY: git .PHONY: git
16 16 git: git:
17 git add $(MESSAGE) $(MESSAGE).sig
18 git commit -m "New update" -q || echo "No new files."
19 git push -q
17 @git add $(MESSAGE) $(MESSAGE).sig
18 @git commit -m "New update" -q || echo "No new files."
19 @git push -q
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/qwskr/canary

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

Clone this repository using git:
git clone git://git.rocketgit.com/user/qwskr/canary

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