Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Distributed as a ZIP file in a dump-it-all-here repo? That's not really how one should use git.
-
- Start by learning git. It's super useful and a must-have on progammer's CV nowadays.
- Look at other repos on GitHub, most major projects use it to host their git repositories. Take note how they have dedicated repo for each project and they store sources - not built programs or distributables.
- Git is great for tracking changes to text files. Using it to store binary files like archives is a waste of its potential (plus it already has built-in compression) -
@gronostaj ok thanks.
I was just looking for a way to share the source code of my little plugins๐ -
Much better, but it's still a dump-it-all repo. You should keep one project per repository.
-
@Afrographics The repo is called "MyProjects". It contains a dedicated directory for this project called "Swiper_Plugins". It's definitely not a single project repo, even if there's only one project in there.
Just finished my *carousel* JavaScript plugins
Feel free to check it out and tell me what you think
Here is the link
https://github.com/Afrographic/...
random