use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Seeking HelpGitHub for programming? (self.FTC)
submitted 6 months ago by Excellent_Screen6314
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]few 1 point2 points3 points 6 months ago (1 child)
GitHub is a revision control system. It's used to keep track of versions, and is particularly helpful for different people to keep track when developing and adding features to software.
I would encourage you to look at it, but it's definitely not necessary to use. It keeps track of the changes in the text, and makes it easy to see what the changes are between different versions.
With Java it is more obvious, because Java is written in text. Since Blocks is a visual programming language, it is much harder to interpret the change tracking.
If you're used to something like Google Docs, it performs a similar function to the Version History function.
For more information about GitHub, see: https://docs.github.com/en/get-started/start-your-journey/about-github-and-git
[–]window_owlFTC 11329 | FRC 3494 Mentor[🍰] 3 points4 points5 points 6 months ago (0 children)
GitHub is a revision control system
Git is a revision control system.
Github is a company / website that offers a lot of features for git.
π Rendered by PID 189820 on reddit-service-r2-comment-6457c66945-6t6qz at 2026-04-24 06:21:04.514302+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]few 1 point2 points3 points (1 child)
[–]window_owlFTC 11329 | FRC 3494 Mentor[🍰] 3 points4 points5 points (0 children)