It looks like this repository is empty.

Get started easily:

Clone and initialize

# Clone and enter the repository directory
$ git clone https://gitfoss.dev/ethicdevs/gitfoss.git
$ cd gitfoss/


# Create some base files
$ echo "# gitfoss" > README.md
$ echo "The MIT License" > LICENSE

# Track files, commit and send to GitFOSS remote repository
$ git add .
$ git commit -am 'feat: initial commit'
$ git push -u origin 86fb32e1594598b1f0ea984bd6235774dc341bde
      

GitFOSS hosted on GitFOSS! :)

https://gitfoss.dev

gitfoss.

HTTP Clone:
https://gitfoss.dev/ethicdevs/gitfoss.git
SSH Clone:
git@gitfoss.dev:ethicdevs/gitfoss.git

Branches:main, master.

Tags:v0.2.0,