k / gitfoss

Files

Forked Fromethicdevs / gitfoss
Fork0

It looks like this repository is empty.

Get started easily:

Clone and initialize

# Clone and enter the repository directory
$ git clone https://gitfoss.dev/k/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/k/gitfoss.git
SSH Clone:
git@gitfoss.dev:k/gitfoss.git

Branches:chore/sample_branch_a, chore/sample_branch_b, main, master.

Tags:v0.2.0,