"Hello, world !"

Welcome to this instance of kmxgit .

Anyone can register and create public and private Git repositories.

  Join us on Discord !

Security

Help

Install git

  • Clone repository user/path/to/repo if repo does not exist :
  • git clone [email protected]:user/path/to/repo.git
    cd repo

  • Change branch :
  • git branch master

  • Pull changes from remote :
  • git pull

  • Add local changes to next commit :
  • git add README.md static/index.html

  • Commit :
  • git commit -m "a short and descriptive message"

  • Push changes to remote :
  • git push

  • Or if your local repo already exists, add remote to existing repo :
  • git remote add kmx [email protected]:user/path/to/repo.git

  • Push to new remote :
  • git push -u kmx master

Get the git url at https://git.kmx.io/user/path/to/repo

Links

If you need more help with git, please see :

  • Stats

  • Users 26
    Organisations 18
    Repositories 207