Tools and Code Repository
Moderator: Moderators
Tools and Code Repository
I'd like to share some tools I've created and some ASM6 subroutines. Any recommendations on how I might be able to do this? Specifically, places where I could submit and host.
Re: Tools and Code Repository
I myself use GitHub to host little things, which appears similar to what the OP wants to do.
Or you could try GitLab if you don't like GitHub's parent company or its apparent reliance on proprietary JavaScript.
Or you could try GitLab if you don't like GitHub's parent company or its apparent reliance on proprietary JavaScript.
- rainwarrior
- Posts: 7669
- Joined: Sun Jan 22, 2012 12:03 pm
- Location: Canada
- Contact:
Re: Tools and Code Repository
Gists is a nice place for single file things that aren't worth having the whole "repository" setup around them. Sorta like pastebin but with history and more code-oriented (and a relationship to GitHub).
https://gist.github.com/
(Gists can actually have multiple files, but it gets a little bit awkward. Also despite having history it doesn't have commit comments.)
https://gist.github.com/
(Gists can actually have multiple files, but it gets a little bit awkward. Also despite having history it doesn't have commit comments.)