List of commits:
Subject Hash Author Date (UTC)
docs(readme): Create README 6995ea6955bd0ed19077896b9543966031566985 Ashish Ranjan 2020-01-01 12:55:10
Commit 6995ea6955bd0ed19077896b9543966031566985 - docs(readme): Create README
Author: Ashish Ranjan
Author date (UTC): 2020-01-01 12:55
Committer name: Ashish Ranjan
Committer date (UTC): 2020-01-01 12:55
Parent(s):
Signing key: A48498494C069CCD
Tree: 4111d634d8d2fe3577675a7b58443e53773bc16e
File Lines added Lines deleted
README.md 1 0
File README.md added (mode: 100644) (index 0000000..c52c4cb)
1 # Backup Codes
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/musq/bc

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

Clone this repository using git:
git clone git://git.rocketgit.com/user/musq/bc

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