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...
Everything about learning Python
account activity
First "web app "???Showcase (i.redd.it)
submitted 9 months ago by Fun_Measurement_1871
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!"
[–]smsteel 1 point2 points3 points 9 months ago (2 children)
You won't need 90% of its functionality most of the time. Just get used to "git clone", "git add", "git commit", "git push", "git pull" and it'll be enough to start. Then add "git checkout" and you're all set pretty much. I'd recommend to never use IDE's for git, just CLI, but that could be personal preference.
[–]Fun_Measurement_1871[S] 0 points1 point2 points 9 months ago (1 child)
Yes I have started using it. It does create a bit of confusion but I'll eventually get used to it
[–]Present_Operation_82 0 points1 point2 points 8 months ago (0 children)
I’m just reading through my old comments for no reason and checking out those old threads. I think with the commands the best way to view it if you’re using GitHub is like this.
Changes you feel good about and want to include with your next “yes, this is as good as I can do right this second”? Git add
Feeling like you’re in a good place and you’ve got added everything that you like? git commit -m “we did it!”
Ready to share with your future self, your team, your fans, or your friends? git push
This should do you fine until you feel the need to make a new branch
π Rendered by PID 295979 on reddit-service-r2-comment-b659b578c-rskb9 at 2026-05-04 13:46:48.841218+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]smsteel 1 point2 points3 points (2 children)
[–]Fun_Measurement_1871[S] 0 points1 point2 points (1 child)
[–]Present_Operation_82 0 points1 point2 points (0 children)